function pageend() { global $debug, $dspltime; if ($debug) { showRequest(); } if ($dspltime) { echo "\n<p class=\"smallgray2\">" . round(get_execution_time(), 5) . " secs</p>\n"; } ?> </body></html><?php }
function pageend() { global $debug; if ($debug) { showRequest(); } ?> </body></html><?php }