diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-17 11:27:13 -0700 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-17 11:27:13 -0700 |
commit | 7ba37bd91a43321196e6d867caf9e298e82c6d6c (patch) | |
tree | 280b6c5d270c28457219859f189e3cb6c3895939 /index.php | |
parent | 667009727a38890eb651815843c1bc02869a4119 (diff) | |
parent | 9067b484ce8289eec6979cf6c8e3cbfb3bd5b10c (diff) | |
download | wallabag-7ba37bd91a43321196e6d867caf9e298e82c6d6c.tar.gz wallabag-7ba37bd91a43321196e6d867caf9e298e82c6d6c.tar.zst wallabag-7ba37bd91a43321196e6d867caf9e298e82c6d6c.zip |
Merge pull request #141 from inthepoche/dev1.0-beta3
beta3
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 | require_once './inc/poche/Tools.class.php'; | ||
12 | Tools::createMyConfig(); | ||
13 | |||
11 | include dirname(__FILE__).'/inc/poche/config.inc.php'; | 14 | include dirname(__FILE__).'/inc/poche/config.inc.php'; |
12 | 15 | ||
13 | # Parse GET & REFERER vars | 16 | # Parse GET & REFERER vars |