diff options
author | Nicolas Frandeboeuf <nicofrand@gmail.com> | 2013-08-22 00:57:11 +0200 |
---|---|---|
committer | Nicolas Frandeboeuf <nicofrand@gmail.com> | 2013-08-22 00:57:11 +0200 |
commit | 57c91e427d20d520bc506bef52189a86d72a9255 (patch) | |
tree | 43fbcf6eac2fc1a913c796a5631a7ba874af9693 /index.php | |
parent | 2bf93dc0345e304656ed9a931f9941fd7117ddfe (diff) | |
parent | 746f93c290881d97997b8179395de2875eb57c71 (diff) | |
download | wallabag-57c91e427d20d520bc506bef52189a86d72a9255.tar.gz wallabag-57c91e427d20d520bc506bef52189a86d72a9255.tar.zst wallabag-57c91e427d20d520bc506bef52189a86d72a9255.zip |
Merge branch 'dev' of https://github.com/nicofrand/poche into dev
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ | |||
8 | * @license http://www.wtfpl.net/ see COPYING file | 8 | * @license http://www.wtfpl.net/ see COPYING file |
9 | */ | 9 | */ |
10 | 10 | ||
11 | if (file_exists(__DIR__ . '/inc/poche/myconfig.inc.php')) { | ||
12 | require_once __DIR__ . '/inc/poche/myconfig.inc.php'; | ||
13 | } | ||
11 | require_once './inc/poche/Tools.class.php'; | 14 | require_once './inc/poche/Tools.class.php'; |
12 | Tools::createMyConfig(); | 15 | Tools::createMyConfig(); |
13 | 16 | ||