diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2012-12-26 18:43:17 -0800 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2012-12-26 18:43:17 -0800 |
commit | d6db96cba19d2e6d3cd728391c33f71359ae3282 (patch) | |
tree | 047e770136462fc3ba53b2717f28ad9846934cd6 /install.php | |
parent | 08bddd67a7bb3d77034aa2bcb4b95e1ec1b0b6d8 (diff) | |
download | brdo-d6db96cba19d2e6d3cd728391c33f71359ae3282.tar.gz brdo-d6db96cba19d2e6d3cd728391c33f71359ae3282.tar.bz2 |
Issue #1606946 follow-up by David_Rothstein: Remove note about const from D7 docs since we don't require PHP 5.3.
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 4 |
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'); |