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.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index 37f510ba8c..b88d1d9e30 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -1697,8 +1697,8 @@ function append_sid($url, $params = false, $is_amp = true, $session_id = false)
}
/**
-* Generate board url (example: http://www.foo.bar/phpBB)
-* @param bool $without_script_path if set to true the script path gets not appended (example: http://www.foo.bar)
+* Generate board url (example: http://www.example.com/phpBB)
+* @param bool $without_script_path if set to true the script path gets not appended (example: http://www.example.com)
*/
function generate_board_url($without_script_path = false)
{