Manual:$IP/ru
Paths: $IP | |
---|---|
The full path to the installation directory. |
|
Появилось, начиная с версии: | pre 1.1.0 |
Удалено в версии: | still in use |
Допустимые значения: | String containing an absolute path. |
Значение по умолчанию: | The MW_INSTALL_PATH environment variable, or if not set, the current working directory |
Другие настройки: По алфавиту | По функциональности
Setting this variable to the absolute path to MediaWiki on disk from LocalSettings.php was necessary in older versions of MediaWiki. However at least since MediaWiki 1.18, setting $IP in LocalSettings.php is no longer needed. It will default to the current working directory. If there is an environment variable named MW_INSTALL_PATH defined, its value will be used instead.
Details[edit | edit source]
IP stands for Install Path. The variable holds the local file path to the base installation of your wiki. Make sure you refer to the fully qualified file path. Do not include a slash at the end of the path.
In MediaWiki 1.16 and prior, where the DefaultSettings.php file still had to be loaded from inside LocalSettings.php, the directory to load it from was determined by the IP variable.
Unlike other variables, the default is set in WebStart.php instead of DefaultSettings.php.
Setting the MW_INSTALL_PATH environmental variable can sometimes be useful when running maintenance scripts that are in non-standard directories. (Maintenance scripts by default use the parent of the current working directory as $IP).