From d397bf791a258223c4316e812b0f2505ea897843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Sun, 10 Feb 2002 11:26:56 +0000 Subject: [PATCH] removed "$strLogin" from the title of the login page --- libraries/auth/cookie.auth.lib.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/auth/cookie.auth.lib.php3 b/libraries/auth/cookie.auth.lib.php3 index ce9edd3c5..19dff4395 100644 --- a/libraries/auth/cookie.auth.lib.php3 +++ b/libraries/auth/cookie.auth.lib.php3 @@ -85,7 +85,7 @@ if (!defined('PMA_COOKIE_AUTH_INCLUDED')) { -<?php echo 'phpMyAdmin ' . PMA_VERSION . ' - ' . $GLOBALS['strLogin']; ?> +phpMyAdmin <?php echo PMA_VERSION; ?>