footer.php 78 B

123
  1. <?php
  2. echo("Page load completed in ". (time() - $starttime) ." seconds");
  3. ?>