mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 03:54:34 +04:00
Addition of sqlite storage Tracking of SMTP traffic instead of P2P traffic Based on NethServer bandwidthd implementation Signed-off-by: Jean-Michel lacroix <lacroix@lepine-lacroix.info>
4 lines
78 B
PHP
4 lines
78 B
PHP
<?php
|
|
echo("Page load completed in ". (time() - $starttime) ." seconds");
|
|
?>
|