install/install.php
changeset 404 fb4f9e6f378f
parent 395 fa4c5ecb7c9a
child 405 adb7f8de8ce1
equal deleted inserted replaced
403:2c9745b5c09d 404:fb4f9e6f378f
    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');