mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
example.com
git-svn-id: file:///svn/phpbb/trunk@8148 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
7de5bb3498
commit
82abcbf856
2 changed files with 3 additions and 3 deletions
|
@ -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)
|
* 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.foo.bar)
|
* @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)
|
function generate_board_url($without_script_path = false)
|
||||||
{
|
{
|
||||||
|
|
|
@ -338,7 +338,7 @@ $lang = array_merge($lang, array(
|
||||||
'SCRIPT_PATH' => 'Script path',
|
'SCRIPT_PATH' => 'Script path',
|
||||||
'SCRIPT_PATH_EXPLAIN' => 'The path where phpBB is located relative to the domain name, e.g. <samp>/phpBB3</samp>.',
|
'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' => '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' => 'Server port',
|
||||||
'SERVER_PORT_EXPLAIN' => 'The port your server is running on, usually 80, only change if different.',
|
'SERVER_PORT_EXPLAIN' => 'The port your server is running on, usually 80, only change if different.',
|
||||||
'SERVER_PROTOCOL' => 'Server protocol',
|
'SERVER_PROTOCOL' => 'Server protocol',
|
||||||
|
|
Loading…
Add table
Reference in a new issue