<?php require_once "./libs/Ice.class.php"; $ice = new Ice(array("admin")); $ice->run(); $endtime = microtime() - $__timestart; echo "<br /><br /><font color='red'>$endtime</font>";