Skip to content

Commit

Permalink
Issue #1606946 follow-up by David_Rothstein: Remove note about const …
Browse files Browse the repository at this point in the history
…from D7 docs since we don't require PHP 5.3.
  • Loading branch information
webchick committed Dec 27, 2012
1 parent 08bddd6 commit d6db96c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions install.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@

/**
* 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');

Expand Down

0 comments on commit d6db96c

Please sign in to comment.