]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - index.php
flash messages pour indiquer qu'une action s'est bien effectuée ou qu'il y a eu une...
[github/wallabag/wallabag.git] / index.php
index f64a04187fd50563e85cecf2b174d23eb1482535..6eefd277e808647b331e42ca4c184cb03a0a38c4 100644 (file)
--- a/index.php
+++ b/index.php
@@ -10,9 +10,8 @@
 
 include dirname(__FILE__).'/inc/config.php';
 
-# initialize session
 myTool::initPhp();
-Session::init();
+
 # XSRF protection with token
 if (!empty($_POST)) {
     if (!Session::isToken($_POST['token'])) {