|
MediaWiki master
|
Go to the source code of this file.
Variables | |
| $maintClass = false | |
| if (strval(getenv('MW_INSTALL_PATH'))==='') | |
| const | MW_ENTRY_POINT (PHP_SAPI !=='cli' &&PHP_SAPI !=='phpdbg') 'cli' |
Definition in file Maintenance.php.
| $maintClass = false |
Definition at line 50 of file Maintenance.php.
| if(strval(getenv( 'MW_INSTALL_PATH'))==='') | ( | strval(getenv('MW_INSTALL_PATH')) | = == '' | ) |
Definition at line 55 of file Maintenance.php.
| const MW_ENTRY_POINT(PHP_SAPI !=='cli' &&PHP_SAPI !=='phpdbg') | ( | PHP_SAPI ! | = = 'cli' && PHP_SAPI !== 'phpdbg' | ) | 'cli' |
Definition at line 38 of file Maintenance.php.