View file include/gen.php

File size: 223B
<?php 
Error_Reporting(E_ALL & ~E_NOTICE);
Error_Reporting (ERROR | WARNING);
echo "</a><br/>";
list($msec,$sec)=explode(chr(32),microtime()); 
echo "Генерация ".round(($sec+$msec)-$headtime,5)." сек.";
?>