Quote:
Originally Posted by Da-Vinci
My server has been up for over a month as I moved to a Dedicated Server, but the stats say server uptime is only 4 days?
Also are there any options to set permissions for the stats, I'd prefer my members not to know if there are any problems with the site.
|
I wrapped the global_complete code like this:
Code:
if ($vbulletin->userinfo['usergroupid'] == 6)
{
at the top, above:
Code:
$totaltime = microtime(true) - TIMESTART;
and then added:
after
Code:
$output = str_replace('</body>',$microdebug.'<br /></body>', $output);
Now only Admins can see any of it.