Opas:Setup.php
Appearance
| tiedosto MediaWiki: Setup.php | |
|---|---|
| Sijainti: | includes/ |
| Lähdekoodi: | master • 1.45.1 • 1.44.3 • 1.43.6 |
| Sarjat: | Find code • Find documentation |
Tiedot
Setup.php file is included from WebStart.php, provided the MW_NO_SETUP constant is not defined.
It must be included after LocalSettings.php.
Toimet
Se tekee seuraavat:
- First it changes some configuration settings such as paths variables that aren't customized in
LocalSettings.phpso that they don't need to be modified if $wgScriptPath is changed or it updates new configuration settings from the backward compatible ones.
- Seuraavaksi se sisältää joitain yleisesti käytettyjä tiedostoja.
- It starts the PHP session if the session cookie or the user token cookie are present.
- It creates stub objects for global object variables, those globals will be unstubbed at the first call of one of their method.
- It runs all functions in $wgExtensionFunctions.