Updated the $db_config_path not-writable error

A slightly more informative error message for when $db_config_path isn't writable.
pull/269/head
George Smart 2019-04-23 17:44:09 +01:00 zatwierdzone przez GitHub
rodzic 836c4de60c
commit db557f0b0b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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>