X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/fbc3414a4451668c69325c4f048e60264ad9e527332f4609988ec1f8a461640c..9942474cf9d36f1bf24a061720b9a27f68291e977ea43330a9e1e85f2b535126:/gitweb.perl diff --git a/gitweb.perl b/gitweb.perl index 875e982..bebb1a3 100755 --- a/gitweb.perl +++ b/gitweb.perl @@ -973,7 +973,8 @@ if ($action !~ m/^(?:opml|project_list|project_index)$/ && die_error(400, "Project needed"); } $actions{$action}->(); -exit; +DONE_GITWEB: +1; ## ====================================================================== ## action links @@ -3433,7 +3434,7 @@ EOF print "\n"; git_footer_html(); - exit; + goto DONE_GITWEB; } ## ----------------------------------------------------------------------