diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-10-05 14:45:34 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-10-05 14:45:34 +0000 |
commit | 82abcbf856da10c4db1abb9ef12127cb235abf58 (patch) | |
tree | 0e28518fbe60f28a39524c056a7ce81a9e363cce /phpBB/includes/functions.php | |
parent | 7de5bb349890d84827d385670c76cd58c40e5b8f (diff) | |
download | forums-82abcbf856da10c4db1abb9ef12127cb235abf58.tar forums-82abcbf856da10c4db1abb9ef12127cb235abf58.tar.gz forums-82abcbf856da10c4db1abb9ef12127cb235abf58.tar.bz2 forums-82abcbf856da10c4db1abb9ef12127cb235abf58.tar.xz forums-82abcbf856da10c4db1abb9ef12127cb235abf58.zip |
example.com
git-svn-id: file:///svn/phpbb/trunk@8148 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r-- | phpBB/includes/functions.php | 4 |
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) { |