changeset 590 | 03a60844c7c5 |
parent 583 | c97d5f0d6636 |
child 685 | 17ebe24cdf85 |
589:88d4ed0a2898 | 590:03a60844c7c5 |
---|---|
16 * Thanks to Stephan for helping out with l10n in the installer (his work is in includes/stages/*.php). |
16 * Thanks to Stephan for helping out with l10n in the installer (his work is in includes/stages/*.php). |
17 */ |
17 */ |
18 |
18 |
19 define('IN_ENANO', 1); |
19 define('IN_ENANO', 1); |
20 // DEFINE THIS BEFORE RELEASE! |
20 // DEFINE THIS BEFORE RELEASE! |
21 // define('ENANO_DANGEROUS', 1); |
21 define('ENANO_DANGEROUS', 1); |
22 |
22 |
23 require_once('includes/common.php'); |
23 require_once('includes/common.php'); |
24 @ini_set('display_errors', 'on'); |
24 @ini_set('display_errors', 'on'); |
25 |
25 |
26 $stages = array('language', 'license', 'sysreqs', 'database', 'website', 'login', 'confirm', 'install', 'finish'); |
26 $stages = array('language', 'license', 'sysreqs', 'database', 'website', 'login', 'confirm', 'install', 'finish'); |