changeset 267 | 105457df35e5 |
parent 261 | 5f1cd51bf1be |
child 269 | 4da2dfc28728 |
266:5d62ef764b0d | 267: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 |