aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index a6459270..fdcfc328 100644
--- a/index.php
+++ b/index.php
@@ -10,6 +10,7 @@
10 10
11define ('POCHE', '1.0.0'); 11define ('POCHE', '1.0.0');
12require_once 'inc/poche/global.inc.php'; 12require_once 'inc/poche/global.inc.php';
13session_start();
13 14
14# Start Poche 15# Start Poche
15$poche = new Poche(); 16$poche = new Poche();