diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php index 6c74139ec535dcbaa85a27c5799d38a9f3065236..f02f3f08d8ee5b82cd39e059fb2a12cacef4290d 100644 --- a/sites/default/default.settings.php +++ b/sites/default/default.settings.php @@ -212,7 +212,7 @@ * * To see what PHP settings are possible, including whether they can be set at * runtime (by using ini_set()), read the PHP documentation: - * http://www.php.net/manual/en/ini.php#ini.list + * http://www.php.net/manual/en/ini.list.php * See drupal_initialize_variables() in includes/bootstrap.inc for required * runtime settings and the .htaccess file for non-runtime settings. Settings * defined there should not be duplicated here so as to avoid conflict issues.