diff options
author | Maryana Rozhankivska <mariroz@mr.lviv.ua> | 2014-04-22 20:58:40 +0300 |
---|---|---|
committer | Maryana Rozhankivska <mariroz@mr.lviv.ua> | 2014-04-22 20:58:40 +0300 |
commit | 43c7b978c31bcbf9e8e5202ecbb7b6fccba6a7fa (patch) | |
tree | b01c84788bc21a0f348d5f45e3e90d9e20f11194 /inc/poche/global.inc.php | |
parent | a4a870e1ec3ee075b8c1020f9030859beb1f23da (diff) | |
download | wallabag-43c7b978c31bcbf9e8e5202ecbb7b6fccba6a7fa.tar.gz wallabag-43c7b978c31bcbf9e8e5202ecbb7b6fccba6a7fa.tar.zst wallabag-43c7b978c31bcbf9e8e5202ecbb7b6fccba6a7fa.zip |
config.inc.php.new renamed in config.inc.default.php
Diffstat (limited to 'inc/poche/global.inc.php')
-rwxr-xr-x | inc/poche/global.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/global.inc.php b/inc/poche/global.inc.php index a77081a2..14e9dd93 100755 --- a/inc/poche/global.inc.php +++ b/inc/poche/global.inc.php | |||
@@ -43,7 +43,7 @@ if (! file_exists(INCLUDES . '/poche/config.inc.php')) { | |||
43 | Poche::$configFileAvailable = false; | 43 | Poche::$configFileAvailable = false; |
44 | } else { | 44 | } else { |
45 | require_once INCLUDES . '/poche/config.inc.php'; | 45 | require_once INCLUDES . '/poche/config.inc.php'; |
46 | require_once INCLUDES . '/poche/config.inc.php.new'; | 46 | require_once INCLUDES . '/poche/config.inc.default.php'; |
47 | } | 47 | } |
48 | 48 | ||
49 | if (Poche::$configFileAvailable && DOWNLOAD_PICTURES) { | 49 | if (Poche::$configFileAvailable && DOWNLOAD_PICTURES) { |