Revision 1639
Added by Dietmar over 12 years ago
index.php | ||
---|---|---|
15 | 15 |
* |
16 | 16 |
*/ |
17 | 17 |
|
18 |
$starttime = array_sum(explode(" ",microtime())); |
|
19 |
|
|
20 |
define('DEBUG', false); |
|
21 | 18 |
// Include config file |
22 | 19 |
$config_file = dirname(__FILE__).'/config.php'; |
23 | 20 |
if(file_exists($config_file)) |
Also available in: Unified diff
+ Installer add const DEBUG to config.php
! move const DEBUG and var $starttime from index.php to initialize.php