Started rewriting the user administration

This commit is contained in:
Alexander M. Turek
2002-12-18 17:08:33 +00:00
parent 2c4edaa7b1
commit 2b91a86dcf
96 changed files with 4042 additions and 267 deletions

View File

@@ -42,6 +42,9 @@ if ($cfg['ShowMysqlInfo']) {
if ($cfg['ShowMysqlVars']) {
echo PMA_printTab($strServerTabVariables, 'server_variables.php3', $url_query);
}
if ($is_superuser) {
echo PMA_printTab($strPrivileges, 'server_privileges.php3', $url_query);
}
echo PMA_printTab($strServerTabProcesslist, 'server_processlist.php3', $url_query);
?>
</tr>