'welcome','admin'=>'dashboard']; public static $MOD_ALIASES; public static $USE_MYSQL = TRUE; public static $USE_TPL = TRUE; public static $ADMIN_MAIL = ''; public static $ROBOT_MAIL = ''; public static $DISP_TIME = FALSE; public static $DB = ['host'=>'localhost','user'=>'','pass'=>'','db_name' =>'']; public static $SPACE_LIST=['admin|cabinet'=>'admin','main'=>'main']; public static $SESS_DIR; public static $SESS_TIME=120960; public static $MPV; public static $DR_N="LE CMS"; public static $CACH_DIR; } SYSCONF::$SESS_DIR = APPDIR.'sessions'.DS; SYSCONF::$CACH_DIR = APPDIR.'cache'.DS; if (is_file(APPDIR.'app_conf.php')) include APPDIR.'app_conf.php';