Manual:WebStart.php/ja
MediaWiki ファイル: WebStart.php | |
---|---|
場所: | includes/ |
ソース コード: | master • 1.42.3 • 1.41.4 • 1.39.10 |
クラス: | コードを検索 • 説明文書を検索 |
詳細
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.