From a3ba65d4bbfb6301a120fc2979a0216654ebaff7 Mon Sep 17 00:00:00 2001 From: fidian Date: Wed, 25 Apr 2001 21:36:12 +0000 Subject: [PATCH] * target="_top" for accidental logouts git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1303 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 86e21829..daacc762 100644 --- a/functions/auth.php +++ b/functions/auth.php @@ -20,7 +20,7 @@ echo "

"; echo "
"; echo ""._("You must be logged in to access this page.")."
"; - echo ""._("Go to the login page")."\n"; + echo ""._("Go to the login page")."\n"; echo "
"; echo "\n"; exit; -- 2.25.1