include_once('inc.php'); //print_r($_SERVER); //print_r($_REQUEST); //print_r($folders); if(isset($_C['host']['maintenance']) && $_C['host']['maintenance']==1 && !right_check(100)){ header('HTTP/1.1 503 Service Temporarily Unavailable'); header('Status: 503 Service Temporarily Unavailable'); header('Retry-After: 7200'); // in seconds header('Content-type: text/html; charset=utf-8'); print '
| MySQL execution time: | '.round($_C['debug']['mysql']['time'],4).'sec ('.round($_C['debug']['mysql']['time']/$_C['debug']['php']['time']*100,1).'%) |
|---|---|
| Php execution time: | '.round($_C['debug']['php']['time']-$_C['debug']['mysql']['time'],4).'sec ('.round(($_C['debug']['php']['time']-$_C['debug']['mysql']['time'])/$_C['debug']['php']['time']*100,1).'%) |
| Memory usage: | '.sizeFormat($_C['debug']['memory']).' |
| Queries: | '.count($_C['debug']['mysql']['queries']).' |
| |