aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-10-05 14:45:34 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-10-05 14:45:34 +0000
commit82abcbf856da10c4db1abb9ef12127cb235abf58 (patch)
tree0e28518fbe60f28a39524c056a7ce81a9e363cce /phpBB
parent7de5bb349890d84827d385670c76cd58c40e5b8f (diff)
downloadforums-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')
-rw-r--r--phpBB/includes/functions.php4
-rw-r--r--phpBB/language/en/acp/board.php2
2 files changed, 3 insertions, 3 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)
{
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php
index 8805d4d0fd..b205d635c8 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -338,7 +338,7 @@ $lang = array_merge($lang, array(
'SCRIPT_PATH' => 'Script path',
'SCRIPT_PATH_EXPLAIN' => 'The path where phpBB is located relative to the domain name, e.g. <samp>/phpBB3</samp>.',
'SERVER_NAME' => 'Domain name',
- 'SERVER_NAME_EXPLAIN' => 'The domain name this board runs from (for example: <samp>www.foo.bar</samp>).',
+ 'SERVER_NAME_EXPLAIN' => 'The domain name this board runs from (for example: <samp>www.example.com</samp>).',
'SERVER_PORT' => 'Server port',
'SERVER_PORT_EXPLAIN' => 'The port your server is running on, usually 80, only change if different.',
'SERVER_PROTOCOL' => 'Server protocol',