예제 #1
0
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 
}
예제 #2
0
파일: utilities.inc.php 프로젝트: hans/lwt
function pageend()
{
    global $debug;
    if ($debug) {
        showRequest();
    }
    ?>
</body></html><?php 
}