Merge branch 'feature/install_config_file' into develop

This commit is contained in:
akasima 2014-08-20 17:25:13 +09:00
commit 65e0449d7b
2 changed files with 3 additions and 1 deletions

View file

@ -53,6 +53,7 @@ class installView extends install
'password2' =>'pass',
'nick_name' =>'admin',
'user_id' =>'admin',
'lang_type' =>'ko', // en, jp, ...
);
*/
include $install_config_file;