Manual:WebStart.php/ko
Appearance
| 미디어위키 파일: WebStart.php | |
|---|---|
| 위치: | includes/ |
| 소스 코드: | master • 1.46.0 • 1.45.4 • 1.43.9 |
| 클래스: | 코드 검색 • 설명문서 검색 |
상세
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.