mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Final fixes for user entered server name, port, etc.
git-svn-id: file:///svn/phpbb/trunk@2150 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
b635a1501b
commit
635a36c447
1 changed files with 2 additions and 1 deletions
|
@ -223,7 +223,7 @@ $template->assign_vars(array(
|
|||
"L_SUBMIT" => $lang['Submit'],
|
||||
"L_RESET" => $lang['Reset'],
|
||||
|
||||
"SERVER_NAME" => $new['cookie_domain'],
|
||||
"SERVER_NAME" => $new['server_name'],
|
||||
"SCRIPT_PATH" => $new['script_path'],
|
||||
"SERVER_PORT" => $new['server_port'],
|
||||
"SITENAME" => $new['sitename'],
|
||||
|
@ -255,6 +255,7 @@ $template->assign_vars(array(
|
|||
"INBOX_LIMIT" => $new['max_inbox_privmsgs'],
|
||||
"SENTBOX_LIMIT" => $new['max_sentbox_privmsgs'],
|
||||
"SAVEBOX_LIMIT" => $new['max_savebox_privmsgs'],
|
||||
"COOKIE_DOMAIN" => $new['cookie_domain'],
|
||||
"COOKIE_NAME" => $new['cookie_name'],
|
||||
"COOKIE_PATH" => $new['cookie_path'],
|
||||
"SESSION_LENGTH" => $new['session_length'],
|
||||
|
|
Loading…
Add table
Reference in a new issue