summaryrefslogtreecommitdiff
path: root/install-utils.inc
diff options
context:
space:
mode:
Diffstat (limited to 'install-utils.inc')
-rw-r--r--install-utils.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/install-utils.inc b/install-utils.inc
index 5b632d20..6a99ec55 100644
--- a/install-utils.inc
+++ b/install-utils.inc
@@ -112,7 +112,7 @@ function dbsource( $fname, $db = false ) {
/**
* Get the value of session.save_path
*
- * Per http://uk.php.net/manual/en/ref.session.php#ini.session.save-path,
+ * Per http://www.php.net/manual/en/ref.session.php#ini.session.save-path,
* this might have some additional preceding parts which need to be
* ditched
*
@@ -127,7 +127,7 @@ function mw_get_session_save_path() {
/**
* Is dl() available to us?
*
- * According to http://uk.php.net/manual/en/function.dl.php, dl()
+ * According to http://www.php.net/manual/en/function.dl.php, dl()
* is *not* available when `enable_dl` is off, or under `safe_mode`
*
* @return bool