X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/060eceb723f11390fb144c6f76ab9d54a6863ce756de3e94377e7324e3e9ede4..ebd52916f3dbd844e35ff1b6fcb31f41634d510c7903d7e3eb3fca0cca46f587:/gitweb.perl diff --git a/gitweb.perl b/gitweb.perl index 9c752c8..8a979d5 100755 --- a/gitweb.perl +++ b/gitweb.perl @@ -52,6 +52,8 @@ our $home_text = "@@GITWEB_HOMETEXT@@"; # URI of default stylesheet our $stylesheet = "@@GITWEB_CSS@@"; +# URI of GIT logo +our $logo = "@@GITWEB_LOGO@@"; # source of projects list our $projects_list = "@@GITWEB_LIST@@" || "$projectroot"; @@ -71,10 +73,7 @@ if (defined $action) { undef $action; die_error(undef, "Invalid action parameter."); } - if ($action eq "git-logo.png") { - git_logo(); - exit; - } elsif ($action eq "opml") { + if ($action eq "opml") { git_opml(); exit; } @@ -873,7 +872,7 @@ $rss_link EOF print "