summaryrefslogtreecommitdiff
path: root/install-utils.inc
diff options
context:
space:
mode:
Diffstat (limited to 'install-utils.inc')
-rw-r--r--install-utils.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/install-utils.inc b/install-utils.inc
index 6a99ec55..ab8e15dc 100644
--- a/install-utils.inc
+++ b/install-utils.inc
@@ -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.