|
XOOPS
2.6.0
|
Go to the source code of this file.
Namespaces | |
| installer | |
Variables | |
| if(!class_exists('XoopsBaseConfig', false)) | $_SESSION ['pageHasHelp'] = false |
| $_SESSION ['pageHasForm'] = false | |
| $_SESSION ['wizard'] = $wizard | |
| if(false===date_default_timezone_set(@date_default_timezone_get())) if(empty($xoopsOption['hascommon'])) | $mainfile = dirname(dirname(__DIR__)) . '/mainfile.php' |
| $wizard = new XoopsInstallWizard() | |
| if(file_exists($mainfile)) | if (!defined("XOOPS_ROOT_PATH")) |
| const | INSTALL_PASSWORD '' |
| const | INSTALL_USER '' |
| const | XOOPS_INSTALL 1 |
| const | XOOPS_INSTALL_PATH dirname(__DIR__) |
| if (!class_exists('XoopsBaseConfig', false)) $_SESSION['pageHasHelp'] = false |
Definition at line 63 of file common.inc.php.
| $_SESSION['pageHasForm'] = false |
Definition at line 64 of file common.inc.php.
| $_SESSION['wizard'] = $wizard |
Definition at line 67 of file common.inc.php.
| if (false===date_default_timezone_set(@date_default_timezone_get())) if (empty($xoopsOption['hascommon'])) $mainfile = dirname(dirname(__DIR__)) . '/mainfile.php' |
Definition at line 43 of file common.inc.php.
| $wizard = new XoopsInstallWizard() |
Definition at line 66 of file common.inc.php.
Referenced by XoopsPathController\__construct(), XoopsPathController\execute(), and getDbConnectionParams().
| if (file_exists($mainfile)) if(!defined("XOOPS_ROOT_PATH")) |
Definition at line 47 of file common.inc.php.
| const INSTALL_PASSWORD '' |
Definition at line 31 of file common.inc.php.
Referenced by XoopsInstallWizard\checkAccess().
| const INSTALL_USER '' |
If non-empty, only this user can access this installer
Definition at line 30 of file common.inc.php.
Referenced by XoopsInstallWizard\checkAccess().
| const XOOPS_INSTALL 1 |
Definition at line 32 of file common.inc.php.
| const XOOPS_INSTALL_PATH dirname(__DIR__) |
Definition at line 33 of file common.inc.php.
Referenced by XoopsInstallWizard\initLanguage(), and XoopsInstallWizard\loadLangFile().