Fix #238 installer freezing in Chrome

This commit is contained in:
Kijin Sung 2016-02-09 09:44:19 +09:00
parent a499aa0d1f
commit f038091b37
4 changed files with 16 additions and 5 deletions

View file

@ -82,6 +82,7 @@ $lang->ssl_options['optional'] = 'Optional';
$lang->ssl_options['always'] = 'Always';
$lang->about_database_file = 'Sqlite saves data in a file. Location of the database file should be unreachable by web<br/><span style="color:red">Data file should be inside the permission of 777.</span>';
$lang->success_installed = 'Installation has been completed.';
$lang->msg_db_checking = 'Checking...';
$lang->msg_installing = 'Installing...';
$lang->msg_cannot_proc = 'Installation environment is not proper to proceed.';
$lang->msg_already_installed = 'Rhymix is already installed.';