projects
/
project/drupal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
08bddd6
)
Issue #1606946 follow-up by David_Rothstein: Remove note about const from D7 docs...
author
webchick
Thu, 27 Dec 2012 02:43:17 +0000 (18:43 -0800)
committer
webchick
Thu, 27 Dec 2012 02:43:17 +0000 (18:43 -0800)
install.php
patch
|
blob
|
blame
|
history
diff --git
a/install.php
b/install.php
index
4670272
..
685d3b4
100644
(file)
--- 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');