#151 #153 mod db.config.php setting file

This commit is contained in:
akasima 2013-12-09 18:21:07 +09:00
parent d1624c03cc
commit c7095449b8
2 changed files with 2 additions and 4 deletions

View file

@ -555,6 +555,7 @@ class installController extends install
}
else if($key == 'sitelock_whitelist' || $key == 'admin_ip_list')
{
if(is_array($val))
$tmpValue = sprintf('$db_info->%s = array(\'%s\');' . PHP_EOL, $key, implode('\', \'', $val));
}
else