Reworte db_stats.php3 to be conform with the new server_ pages.
This commit is contained in:
@@ -42,7 +42,7 @@ if (!empty($message)) {
|
||||
<tr>
|
||||
<td width="8"> </td>
|
||||
<?php
|
||||
echo PMA_printTab($strHome, 'main.php3', $url_query);
|
||||
echo PMA_printTab($strDatabases, 'server_databases.php3', $url_query);
|
||||
if ($cfg['ShowMysqlInfo']) {
|
||||
echo PMA_printTab($strStatus, 'server_status.php3', $url_query);
|
||||
}
|
||||
@@ -56,4 +56,4 @@ echo PMA_printTab($strServerTabProcesslist, 'server_processlist.php3', $url_quer
|
||||
?>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
<br />
|
Reference in New Issue
Block a user