diff --git a/install.php b/install.php index 4670272594e873cf6e33a35a67dea895fe454c62..685d3b4ee3030809ff568b72a499b4170151f601 100644 --- a/install.php +++ b/install.php @@ -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');