From 630f1cbae8473fb05e5f5af7244eccc60fe93812 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sun, 4 Nov 2012 19:13:03 +0100 Subject: Avoid use of "$_SERVER['REQUEST_URI']" Use the routing library to build proper URIs instead of relying on the "REQUEST_URI" server variable which can be manipulated and might return bogus URIs. Signed-off-by: Lukas Fleischer --- web/html/login.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/html/login.php') diff --git a/web/html/login.php b/web/html/login.php index d5bb1e72..9b3715ba 100644 --- a/web/html/login.php +++ b/web/html/login.php @@ -20,7 +20,7 @@ html_header('AUR ' . __("Login")); []

-
+
@@ -47,7 +47,7 @@ html_header('AUR ' . __("Login"));

', ''); ?> + '', ''); ?>

-- cgit v1.2.3-24-g4f1b