From 6a707344eb646963b3117de359491d0510f23882 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 15 Jul 2008 14:14:09 +0000 Subject: [PATCH] remove version info on cookie login screen --- ChangeLog | 1 + libraries/auth/cookie.auth.lib.php | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 721e384b9..a1ebd5ea0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -87,6 +87,7 @@ danbarry (todo (trunk): navi frame size does not change for theme original) - bug #1982489 [relation] Relationship view should check for changes - bug [history] Do not save too big queries in history +- [security] Do not show version info on login screen 2.11.7.0 (2008-06-23) - bug #1908719 [interface] New field cannot be auto-increment and primary key diff --git a/libraries/auth/cookie.auth.lib.php b/libraries/auth/cookie.auth.lib.php index 841b59929..302b90c47 100644 --- a/libraries/auth/cookie.auth.lib.php +++ b/libraries/auth/cookie.auth.lib.php @@ -113,7 +113,6 @@ if (function_exists('mcrypt_encrypt') || PMA_dl('mcrypt')) { * @uses PMA_sendHeaderLocation() * @uses PMA_select_language() * @uses PMA_select_server() - * @uses PMA_VERSION * @uses file_exists() * @uses sprintf() * @uses count() @@ -152,8 +151,8 @@ function PMA_auth() // Defines the "item" image depending on text direction $item_img = $GLOBALS['pmaThemeImage'] . 'item_' . $GLOBALS['text_dir'] . '.png'; - /* HTML header */ - $page_title = 'phpMyAdmin ' . PMA_VERSION; + /* HTML header; do not show here the PMA version to improve security */ + $page_title = 'phpMyAdmin '; require './libraries/header_meta_style.inc.php'; ?>