diff options
Diffstat (limited to 'install/index.php')
-rwxr-xr-x[-rw-r--r--] | install/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/index.php b/install/index.php index e02952e0..b6c6abec 100644..100755 --- a/install/index.php +++ b/install/index.php | |||
@@ -53,7 +53,7 @@ else if (isset($_POST['install'])) { | |||
53 | else { | 53 | else { |
54 | $continue = true; | 54 | $continue = true; |
55 | // Create config.inc.php | 55 | // Create config.inc.php |
56 | if (!copy('inc/poche/config.inc.php.new', 'inc/poche/config.inc.php')) { | 56 | if (!copy('inc/poche/config.inc.default.php', 'inc/poche/config.inc.php')) { |
57 | $errors[] = 'Installation aborted, impossible to create inc/poche/config.inc.php file. Maybe you don\'t have write access to create it.'; | 57 | $errors[] = 'Installation aborted, impossible to create inc/poche/config.inc.php file. Maybe you don\'t have write access to create it.'; |
58 | $continue = false; | 58 | $continue = false; |
59 | } | 59 | } |