Manual:WebStart.php

From MediaWiki.org
Jump to: navigation, search

Other languages:
Deutsch • ‎English • ‎español • ‎français • ‎italiano • ‎日本語 • ‎polski • ‎português • ‎português do Brasil • ‎中文(简体)‎ • ‎中文(繁體)‎

This 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.