diff options
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/install.php b/install.php index 1716ffed9..4125b29af 100644 --- a/install.php +++ b/install.php @@ -3,6 +3,8 @@ require_once './includes/install.inc'; +define('MAINTENANCE_MODE', 'install'); + /** * The Drupal installation happens in a series of steps. We begin by verifying * that the current environment meets our minimum requirements. We then go |