4 lines
78 B
PHP
4 lines
78 B
PHP
|
<?php
|
||
|
echo("Page load completed in ". (time() - $starttime) ." seconds");
|
||
|
?>
|