diff options
author | Alexandre Emsenhuber <ialex@users.mediawiki.org> | 2010-08-14 17:42:40 +0000 |
---|---|---|
committer | Alexandre Emsenhuber <ialex@users.mediawiki.org> | 2010-08-14 17:42:40 +0000 |
commit | 7b79d94515878de5ec64adb1bdf7686f805f3d60 (patch) | |
tree | 74efbc814d957bc9d6f2128aeef9f1a21143ed0e /includes/WebStart.php | |
parent | b5e5f482ecb9b6bb60930c3f1034e33d5d4b04e4 (diff) | |
download | mediawikicore-7b79d94515878de5ec64adb1bdf7686f805f3d60.tar.gz mediawikicore-7b79d94515878de5ec64adb1bdf7686f805f3d60.zip |
* Standardised file description headers
* Added some descriptions
* Added @file where needed
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/71078
Diffstat (limited to 'includes/WebStart.php')
-rw-r--r-- | includes/WebStart.php | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/includes/WebStart.php b/includes/WebStart.php index 6254ed9bb8f5..664029ed169d 100644 --- a/includes/WebStart.php +++ b/includes/WebStart.php @@ -1,8 +1,12 @@ <?php - -# This does the initial setup for a web request. It does some security checks, -# starts the profiler and loads the configuration, and optionally loads -# Setup.php depending on whether MW_NO_SETUP is defined. +/** + * This does the initial setup for a web request. + * It does some security checks, starts the profiler and loads the + * configuration, and optionally loads Setup.php depending on whether + * MW_NO_SETUP is defined. + * + * @file + */ # Protect against register_globals # This must be done before any globals are set by the code |