forked from wallabag/wallabag
config.inc.php.new renamed in config.inc.default.php
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user