Manual:load.php
From MediaWiki.org
| MediaWiki File: load.php | |
|---|---|
| Location: | / |
| Source code: | |
| Classes: | None |
load.php is a script for the front-end to hook into for loading ResourceLoader modules.
[edit] Details
First it checks the PHP version, which must be 5.2.3. or higher, and it includes WebStart.php. Next, it creates a ResourceLoader object and calls its respond() method, which outputs the specified resource content, including a content-type header.
| Language: | English |
|---|