summaryrefslogtreecommitdiff
path: root/sites
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-02-28 19:00:21 +0000
committerDries Buytaert <dries@buytaert.net>2010-02-28 19:00:21 +0000
commit79e51a71cfadc34f770c11105f14b1889c75cd79 (patch)
treedcea3bf2ae6313e088f0413f4894f41b353208bb /sites
parent00ed8e3e62bda025a82646c5b08152ca928de9a1 (diff)
downloadbrdo-79e51a71cfadc34f770c11105f14b1889c75cd79.tar.gz
brdo-79e51a71cfadc34f770c11105f14b1889c75cd79.tar.bz2
- Patch #692366 by sleepcamel: fixed broken link.
Diffstat (limited to 'sites')
-rw-r--r--sites/default/default.settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php
index 6c74139ec..f02f3f08d 100644
--- a/sites/default/default.settings.php
+++ b/sites/default/default.settings.php
@@ -212,7 +212,7 @@ $drupal_hash_salt = '';
*
* 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.