aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.php b/index.php
index 1a595ece..2c81afd6 100644
--- a/index.php
+++ b/index.php
@@ -8,7 +8,8 @@
8 * @license http://www.wtfpl.net/ see COPYING file 8 * @license http://www.wtfpl.net/ see COPYING file
9 */ 9 */
10 10
11define ('POCHE', '1.5.0'); 11define ('POCHE', '1.5.1');
12require 'check_setup.php';
12require_once 'inc/poche/global.inc.php'; 13require_once 'inc/poche/global.inc.php';
13session_start(); 14session_start();
14 15