Revision 113
Added by stefan about 19 years ago
trunk/wb/index.php | ||
---|---|---|
23 | 23 |
|
24 | 24 |
*/ |
25 | 25 |
|
26 |
$starttime=microtime();
|
|
26 |
$starttime = array_sum(explode(" ",microtime()));
|
|
27 | 27 |
|
28 | 28 |
// Include config file |
29 | 29 |
require_once(dirname(__FILE__).'/config.php'); |
Also available in: Unified diff
Small change regarding process time.