'SHOW PROCESSLIST' interface

This commit is contained in:
Alexander M. Turek
2002-12-10 00:15:53 +00:00
parent b5a45f3041
commit f4fd138a7e
97 changed files with 868 additions and 128 deletions

View File

@@ -37,7 +37,7 @@ if ($is_superuser) {
<?php
echo PMA_printTab($strHome, 'main.php3', $url_query);
if ($cfg['ShowMysqlInfo']) {
echo PMA_printTab($strServerTabStatus, 'server_status.php3', $url_query);
echo PMA_printTab($strStatus, 'server_status.php3', $url_query);
}
if ($cfg['ShowMysqlVars']) {
echo PMA_printTab($strServerTabVariables, 'server_variables.php3', $url_query);