]> scripts.mit.edu Git - autoinstalls/mediawiki.git/blobdiff - install-utils.inc
MediaWiki 1.15.0
[autoinstalls/mediawiki.git] / install-utils.inc
index 6a99ec5535a413ed02ebfff42344201c69521357..ab8e15dc8dfc67cdf62725532821e254594c5cb9 100644 (file)
@@ -1,5 +1,12 @@
 <?php
 
+/**
+ * This file contains functions used by the install script (config/index.php)
+ * and maintenance scripts. It is not loaded in normal web requests.
+ *
+ * @file
+ */
+
 function install_version_checks() {
        # We dare not turn output buffer _off_ since this will break completely
        # if PHP is globally configured to run through a gzip filter.