summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--install.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/install.php b/install.php
index 467027259..685d3b4ee 100644
--- a/install.php
+++ b/install.php
@@ -12,10 +12,6 @@ define('DRUPAL_ROOT', getcwd());
/**
* Global flag to indicate the site is in installation mode.
- *
- * The constant is defined using define() instead of const so that PHP
- * versions prior to 5.3 can display proper PHP requirements instead of causing
- * a fatal error.
*/
define('MAINTENANCE_MODE', 'install');