mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-27 03:12:21 -05:00
default config is included after user config to prevent undefined constant warning
This commit is contained in:
parent
c2cf7075c2
commit
a4a870e1ec
1
inc/poche/global.inc.php
Normal file → Executable file
1
inc/poche/global.inc.php
Normal file → Executable file
@ -43,6 +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';
|
||||
}
|
||||
|
||||
if (Poche::$configFileAvailable && DOWNLOAD_PICTURES) {
|
||||
|
Loading…
Reference in New Issue
Block a user