aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index b449f5985e..db0e741d91 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -2707,8 +2707,9 @@ function truncate_string($string, $max_length = 60)
/**
-* Wrapper for php's checkdnsrr function
-* The windows failover is from this page: http://www.zend.com/codex.php?id=370&single=1
+* Wrapper for php's checkdnsrr function.
+*
+* The windows failover is from the php manual
* Please make sure to check the return value for === true and === false, since NULL could
* be returned too.
*