nice hack freddy
on my board i've found that it slows the loading of the admin page by a few seconds and also adds to the load of the machine.
so i've moved it to a seperate file and added a link to my admin nav bar
Save Freddys hack to admin/adminquickstats.php at the top of the file add:
PHP Code:
<?php
error_reporting(7);
require("./global.php");
cpheader();
and the bottom of the file add
In admin/index.php find
PHP Code:
makenavoption("Back-up Database","backup.php?action=choose","<br>");
above it add
PHP Code:
makenavoption("Database Stats","adminquickstats.php?action=","<br>");