Merge pull request #6403 from marc1706/ticket/17006

[ticket/17006] Remove www. from server domain name example
This commit is contained in:
Marc Alexander 2022-07-16 18:43:30 -04:00
commit 256ea96cd9
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -483,7 +483,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.example.com</samp>).',
'SERVER_NAME_EXPLAIN' => 'The domain name this board runs from (for example: <samp>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',