aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-16 20:19:31 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-16 20:19:31 +0200
commitbb5a7d9ede48558c6f096dc3c8e267f12513ec4e (patch)
treefb85a197e1916c9a4e880edfabd0f99e25b23750 /index.php
parent1c9cd3463b820b874610f4fd13e0193dc9e6429c (diff)
downloadwallabag-bb5a7d9ede48558c6f096dc3c8e267f12513ec4e.tar.gz
wallabag-bb5a7d9ede48558c6f096dc3c8e267f12513ec4e.tar.zst
wallabag-bb5a7d9ede48558c6f096dc3c8e267f12513ec4e.zip
updating script
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.php b/index.php
index a60e4e94..51a33d71 100644
--- a/index.php
+++ b/index.php
@@ -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
11require_once './inc/poche/Tools.class.php';
12Tools::createMyConfig();
13
11include dirname(__FILE__).'/inc/poche/config.inc.php'; 14include dirname(__FILE__).'/inc/poche/config.inc.php';
12 15
13# Parse GET & REFERER vars 16# Parse GET & REFERER vars