[aur-dev] [PATCH] Fix a missing exit() call in pkgedit.php

Laszlo Papp djszapi2 at gmail.com
Mon Nov 2 14:58:43 EST 2009


Signed-off-by: Laszlo Papp <djszapi at archlinux.us>
---
 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();
 }


--
1.6.5.1



More information about the aur-dev mailing list