aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
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