Merge pull request #269 from m1geo/master

Updated the $db_config_path not-writable error
这个提交包含在:
Peter Goodhall 2019-04-23 17:56:37 +01:00 提交者 GitHub
当前提交 3def5359ad
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23

查看文件

@ -127,7 +127,7 @@ if($_POST) {
<p>When you login create a new admin account and delete the m0abc user account.</p>
<?php else: ?>
<p class="error">Please make the /application/config/database.php file writable. <strong>Example</strong>:<br /><br /><code>chmod 777 /application/config/database.php</code></p>
<p class="error">Please make the /application/config/ folder writable. <strong>Example</strong>:<br /><br /><code>chmod -R 777 /application/config/</code><br /><br /><i>Don't forget to restore the permissions afterwards.</i></p>
<?php endif; ?>
</body>