mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
add the added config vars
git-svn-id: file:///svn/phpbb/trunk@6741 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
f40e2aba22
commit
c02215f7cc
1 changed files with 4 additions and 1 deletions
|
@ -512,8 +512,11 @@ if (version_compare($current_version, '3.0.b3', '<'))
|
|||
|
||||
if (version_compare($current_version, '3.0.b4', '<'))
|
||||
{
|
||||
// Add config value
|
||||
// Add config values
|
||||
set_config('script_path', '/');
|
||||
set_config('forwarded_for_check', '0');
|
||||
set_config('ldap_password', '');
|
||||
set_config('ldap_user', '');
|
||||
|
||||
$no_updates = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue