| 12345678910111213 |
- <div id="copyright">Copyright © 2008-2023 Stat v2.4  <a href="https://github.com/rajven/statV2">rnd@rajven.ru</a></div>
- <?php
- $end_time = microtime();
- $end_array = explode(" ",$end_time);
- $end_time = $end_array[1] + $end_array[0];
- $time = $end_time - $start_time;
- printf(WEB_page_speed."%f ".WEB_sec,$time);
- ?>
- </div>
- </body>
- </html>
|