index : website | |
Archlinux32 website - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | feed.php | 6 |
@@ -210,6 +210,8 @@ if (count($uri_parts) == 0) { // index page print_footer(); + die(); + } // index page if ($uri_parts[0] == 'releases') { @@ -285,7 +287,7 @@ if ($uri_parts[0] == 'releases') { print "</rss>"; die(); -} +} // releases if ($uri_parts[0] == 'packages') { @@ -483,6 +485,6 @@ if ($uri_parts[0] == 'packages') { die(); -} +} // packages throw_http_error(501, "Not Implemented"); |