diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-16 20:19:31 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-16 20:19:31 +0200 |
commit | bb5a7d9ede48558c6f096dc3c8e267f12513ec4e (patch) | |
tree | fb85a197e1916c9a4e880edfabd0f99e25b23750 /index.php | |
parent | 1c9cd3463b820b874610f4fd13e0193dc9e6429c (diff) | |
download | wallabag-bb5a7d9ede48558c6f096dc3c8e267f12513ec4e.tar.gz wallabag-bb5a7d9ede48558c6f096dc3c8e267f12513ec4e.tar.zst wallabag-bb5a7d9ede48558c6f096dc3c8e267f12513ec4e.zip |
updating script
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 |