I Edited the correct file..Problem is what your file is telling me and what my 2 Global files say are Diffrent
im on 2.2.5 and I just re-dl the VB files..
if (isset($showqueries)) {
$pagestarttime=microtime();
}
is in the /admin/global.php
My /forum/global.php has this
if (isset($showqueries)) {
$pagestarttime = microtime();
} else {
$pagestarttime = 0;
}
Thes came straight from VB where i just DL the files from
|