* main.php3: fix: display link to user_details.php3 also
in non adv_auth mode.
This commit is contained in:
@@ -8,6 +8,8 @@ $Source$
|
||||
2001-08-08 Olivier M<>ller <om@omnis.ch>
|
||||
* new script create-release.sh
|
||||
* moved scripts to a new subdirectory "scripts/"
|
||||
* main.php3: fix: display link to user_details.php3 also
|
||||
in non adv_auth mode.
|
||||
|
||||
2001-08-08 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||
* tbl_replace.php3: fixed some coding style inconcistencies and optimized a
|
||||
|
13
main.php3
13
main.php3
@@ -261,7 +261,20 @@ if ($server > 0
|
||||
<?php echo $strReloadMySQL; ?></a> <?php echo show_docu('manual_Reference.html#FLUSH') . "\n"; ?>
|
||||
</li>
|
||||
<br /><br />
|
||||
|
||||
<?php
|
||||
$result = mysql_query('SELECT * FROM mysql.user');
|
||||
$rows = @mysql_num_rows($result);
|
||||
if (!empty($rows)) {
|
||||
?>
|
||||
<li>
|
||||
<a href="user_details.php3?<?php echo $common_url_query; ?>&db=mysql&table=user">
|
||||
<?php echo $strUsers; ?></a> <?php echo show_docu('manual_Privilege_system.html#Privilege_system') . "\n"; ?>
|
||||
</li>
|
||||
<?php
|
||||
echo "\n";
|
||||
}
|
||||
|
||||
} // end of 2.2 (no AdvAuth case)
|
||||
} // end of 2: if ($server > 0)
|
||||
?>
|
||||
|
Reference in New Issue
Block a user