From: brong Date: Fri, 22 Feb 2002 10:15:18 +0000 (+0000) Subject: Fix little bug where base_uri is '/' causing the 'Please Login' URL to X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2fa4a9b78e0bea6d75e20ea113aaa96ee2894f1a;p=squirrelmail.git 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 --- 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; }