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

View File

@ -43,7 +43,7 @@ if (! file_exists(INCLUDES . '/poche/config.inc.php')) {
Poche::$configFileAvailable = false;
} else {
require_once INCLUDES . '/poche/config.inc.php';
require_once INCLUDES . '/poche/config.inc.php.new';
require_once INCLUDES . '/poche/config.inc.default.php';
}
if (Poche::$configFileAvailable && DOWNLOAD_PICTURES) {