From 6d289f602f63faf9b256804baa2e9aa02d8e546f Mon Sep 17 00:00:00 2001 From: Laszlo Papp Date: Mon, 2 Nov 2009 20:58:43 +0100 Subject: Fix a missing exit() call in pkgedit.php Signed-off-by: Laszlo Papp Signed-off-by: Loui Chang --- web/html/pkgedit.php | 1 + 1 file changed, 1 insertion(+) (limited to 'web') 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 "
\n"; html_footer(AUR_VERSION); + exit(); } -- cgit v1.2.3-54-g00ecf