From bcacd22f28f47ca04bafd31afcf82667396e8ac1 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Wed, 28 Nov 2012 16:59:17 -0800 Subject: Issue #1606946 by Albert Volkman, udaksh, bunthorne: Fix up API docs for top-level PHP files --- install.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'install.php') diff --git a/install.php b/install.php index 881ca5a82..467027259 100644 --- a/install.php +++ b/install.php @@ -6,12 +6,16 @@ */ /** - * Root directory of Drupal installation. + * Defines the root directory of the Drupal installation. */ define('DRUPAL_ROOT', getcwd()); /** - * Global flag to indicate that site is in installation mode. + * 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'); -- cgit v1.2.3