From ff161474b82439d566dbef7588685d44d2ba5d77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Sat, 24 Nov 2001 16:15:25 +0000 Subject: [PATCH] Fixed bug #485116 - No logout option for users --- ChangeLog | 1 + main.php3 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 35cc16d3b..c2a29b21f 100755 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,7 @@ $Id$ $Source$ 2001-11-24 Loïc Chapeaux + * main.php3, line 200: fixed bug #485116 - No logout option for users. * Documentation.html, lines 969-979: added an other entry about the $cfgOBGZip setting and beta versions of php4. * Documentation.txt: updated. diff --git a/main.php3 b/main.php3 index 69b0fc2a5..84219895a 100755 --- a/main.php3 +++ b/main.php3 @@ -197,7 +197,7 @@ if ($server > 0) { // loic1: Displays the MySQL column only if at least one feature has to be // displayed if ($is_superuser || $is_create_priv || $is_process_priv || $is_reload_priv - || $cfgShowMysqlInfo || $cfgShowMysqlVars) { + || $cfgShowMysqlInfo || $cfgShowMysqlVars || $cfgServer['adv_auth']) { ?>