changeset 405 | adb7f8de8ce1 |
parent 404 | fb4f9e6f378f |
child 536 | 218a627eb53e |
404:fb4f9e6f378f | 405:adb7f8de8ce1 |
---|---|
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'); |