diff options
Diffstat (limited to 'sites/default')
-rw-r--r-- | sites/default/default.settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php index 50b762f9c..e80435880 100644 --- a/sites/default/default.settings.php +++ b/sites/default/default.settings.php @@ -189,7 +189,7 @@ $update_free_access = FALSE; * PHP settings: * * To see what PHP settings are possible, including whether they can be set at - * runtime (i.e., when ini_set() occurs), read the PHP documentation: + * runtime (by using ini_set()), read the PHP documentation: * http://www.php.net/manual/en/ini.php#ini.list * See drupal_initialize_variables() in includes/bootstrap.inc for required * runtime settings and the .htaccess file for non-runtime settings. Settings |