summaryrefslogtreecommitdiff
path: root/sites/default
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2013-09-12 07:52:52 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2013-09-12 07:52:52 -0700
commita44bda729fc7e50263de61a9c9889daba3cd7f2b (patch)
tree60c566f79b78474e359c30c15b3945fbad156b53 /sites/default
parent9b377a458088a4f156914b351762eec65f72db5b (diff)
downloadbrdo-a44bda729fc7e50263de61a9c9889daba3cd7f2b.tar.gz
brdo-a44bda729fc7e50263de61a9c9889daba3cd7f2b.tar.bz2
Issue #692366 by mariacha1, hosef, Albert Volkman, xjm, underq, kid_icarus, willmoy, bradweikel: Replace US-centric php.net URLs with language-neutral URLs
Diffstat (limited to 'sites/default')
-rw-r--r--sites/default/default.settings.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php
index 40f552e1d..580cc3887 100644
--- a/sites/default/default.settings.php
+++ b/sites/default/default.settings.php
@@ -271,7 +271,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.list.php
+ * http://www.php.net/manual/ini.list.php
* See drupal_environment_initialize() 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.
@@ -307,7 +307,7 @@ ini_set('session.cookie_lifetime', 2000000);
* output filter may not have sufficient memory to process it. If you
* experience this issue, you may wish to uncomment the following two lines
* and increase the limits of these variables. For more information, see
- * http://php.net/manual/en/pcre.configuration.php.
+ * http://php.net/manual/pcre.configuration.php.
*/
# ini_set('pcre.backtrack_limit', 200000);
# ini_set('pcre.recursion_limit', 200000);