1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

config.inc.php.new renamed in config.inc.default.php

This commit is contained in:
Maryana Rozhankivska 2014-04-22 20:58:40 +03:00
parent a4a870e1ec
commit 43c7b978c3
3 changed files with 3 additions and 10 deletions

2
install/index.php Normal file → Executable file
View file

@ -53,7 +53,7 @@ else if (isset($_POST['install'])) {
else {
$continue = true;
// Create config.inc.php
if (!copy('inc/poche/config.inc.php.new', 'inc/poche/config.inc.php')) {
if (!copy('inc/poche/config.inc.default.php', 'inc/poche/config.inc.php')) {
$errors[] = 'Installation aborted, impossible to create inc/poche/config.inc.php file. Maybe you don\'t have write access to create it.';
$continue = false;
}