Manual:WebStart.php

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Details

WebStart.php file does the initial setup for a web request, it should be called by all web access points (including index.php ). It does some security checks, starts the profiler, verify that LocalSettings.php exists and prints an error if not.

It includes LocalSettings.php , starts the output buffer and includes Setup.php if the MW_NO_SETUP constant is not defined.