$config['debug']: Show time initializing Tinyboard (before $debug was created)
This commit is contained in:
@@ -85,6 +85,7 @@ function loadConfig() {
|
||||
if (!isset($debug)) {
|
||||
$debug = array('sql' => array(), 'exec' => array(), 'purge' => array(), 'cached' => array(), 'write' => array());
|
||||
$debug['start'] = $microtime_start;
|
||||
$debug['start_debug'] = microtime(true);;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user