summaryrefslogtreecommitdiff
path: root/install-utils.inc
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2008-08-15 01:29:47 +0200
committerPierre Schmitz <pierre@archlinux.de>2008-08-15 01:29:47 +0200
commit370e83bb0dfd0c70de268c93bf07ad5ee0897192 (patch)
tree491674f4c242e4d6ba0d04eafa305174c35a3391 /install-utils.inc
parentf4debf0f12d0524d2b2427c55ea3f16b680fad97 (diff)
Update auf 1.13.0
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