diff options
author | Laszlo Papp <djszapi2@gmail.com> | 2009-11-02 20:58:43 +0100 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2009-11-09 14:09:11 -0500 |
commit | 6d289f602f63faf9b256804baa2e9aa02d8e546f (patch) | |
tree | 07a120f620eeea5f88b1bf420fcf98ff1f3f74d2 /web/html/pkgedit.php | |
parent | a380e13b4d583b0d7543143923824613b971c0cc (diff) | |
download | aurweb-6d289f602f63faf9b256804baa2e9aa02d8e546f.tar.xz |
Fix a missing exit() call in pkgedit.php
Signed-off-by: Laszlo Papp <djszapi@archlinux.us>
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
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(); } |