Fixed bug #485116 - No logout option for users
This commit is contained in:
@@ -6,6 +6,7 @@ $Id$
|
||||
$Source$
|
||||
|
||||
2001-11-24 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||
* 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.
|
||||
|
@@ -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']) {
|
||||
?>
|
||||
<!-- MySQL server related links -->
|
||||
<td valign="top" align="<?php echo $cell_align_left; ?>">
|
||||
|
Reference in New Issue
Block a user