diff options
Diffstat (limited to 'web/html/pkgedit.php')
-rw-r--r-- | web/html/pkgedit.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/html/pkgedit.php b/web/html/pkgedit.php index fede693..0339d00 100644 --- a/web/html/pkgedit.php +++ b/web/html/pkgedit.php @@ -28,6 +28,7 @@ if (!$_REQUEST["ID"]) { print __("Missing package ID."); print "<br />\n"; html_footer(AUR_VERSION); + exit(); } |