summaryrefslogtreecommitdiffstats
path: root/web/lib/aur.inc.php
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2012-10-21 02:50:06 +0200
committerLukas Fleischer <archlinux@cryptocrack.de>2012-10-21 02:50:06 +0200
commit7e201e5a3a7e85aea89f076b89626604b6b2b7bb (patch)
treee54019bdaafeb239504b5fe172dd17b4f342f818 /web/lib/aur.inc.php
parentd25a57c9735fa8e01f399cac5330e897bf470ef9 (diff)
downloadaurweb-7e201e5a3a7e85aea89f076b89626604b6b2b7bb.tar.xz
Link to the HTTPs login page in the header
Change the login link so that it points directly to the HTTPs version of the login page if "$DISABLE_HTTP_LOGIN" is set and if HTTP is used. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/lib/aur.inc.php')
-rw-r--r--web/lib/aur.inc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/lib/aur.inc.php b/web/lib/aur.inc.php
index 93ae23b..018d5c8 100644
--- a/web/lib/aur.inc.php
+++ b/web/lib/aur.inc.php
@@ -298,6 +298,8 @@ function db_connect() {
* @return void
*/
function html_header($title="") {
+ global $AUR_LOCATION;
+ global $DISABLE_HTTP_LOGIN;
global $LANG;
global $SUPPORTED_LANGS;