includes/common.php
changeset 440 105457df35e5
parent 322 5f1cd51bf1be
child 442 4da2dfc28728
equal deleted inserted replaced
339:5d62ef764b0d 440:105457df35e5
    54 // Determine starting time
    54 // Determine starting time
    55 global $_starttime;
    55 global $_starttime;
    56 $_starttime = microtime_float();
    56 $_starttime = microtime_float();
    57 
    57 
    58 // Verbose error reporting
    58 // Verbose error reporting
    59 error_reporting(E_ALL);
    59 error_reporting(E_ALL & ~E_STRICT);
    60 
    60 
    61 //
    61 //
    62 // Determine the location of Enano as an absolute path.
    62 // Determine the location of Enano as an absolute path.
    63 //
    63 //
    64 
    64