1
0

footer.php 345 B

12345678910111213
  1. <div id="copyright">Copyright &copy; 2008-2023 Stat v2.4 &nbsp<a href="https://github.com/rajven/statV2">rnd@rajven.ru</a></div>
  2. <?php
  3. $end_time = microtime();
  4. $end_array = explode(" ",$end_time);
  5. $end_time = $end_array[1] + $end_array[0];
  6. $time = $end_time - $start_time;
  7. printf(WEB_page_speed."%f ".WEB_sec,$time);
  8. ?>
  9. </div>
  10. </body>
  11. </html>