From 2fa4a9b78e0bea6d75e20ea113aaa96ee2894f1a Mon Sep 17 00:00:00 2001 From: brong Date: Fri, 22 Feb 2002 10:15:18 +0000 Subject: [PATCH] Fix little bug where base_uri is '/' causing the 'Please Login' URL to redirect to //src/login.php - which maps to http://src/login.php, and I don't have a hostname 'src' on my network! git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2498 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/auth.php b/functions/auth.php index dde31475..bebc7f87 100644 --- a/functions/auth.php +++ b/functions/auth.php @@ -31,7 +31,7 @@ function is_logged_in () { echo "\n" . '

' . _("You must be logged in to access this page.").'

' . - ""._("Go to the login page")."\n" . + ""._("Go to the login page")."\n" . "
\n"; exit; } -- 2.25.1