From d6db96cba19d2e6d3cd728391c33f71359ae3282 Mon Sep 17 00:00:00 2001 From: webchick Date: Wed, 26 Dec 2012 18:43:17 -0800 Subject: Issue #1606946 follow-up by David_Rothstein: Remove note about const from D7 docs since we don't require PHP 5.3. --- install.php | 4 ---- 1 file changed, 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'); -- cgit v1.2.3