]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - index.php
1.9.2 :rocket:
[github/wallabag/wallabag.git] / index.php
index f191d7e7157f4822a5749685509e499c15f45a68..b556d28009582767a921c448f12166e4f97d70d8 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -8,15 +8,15 @@
  * @license    http://opensource.org/licenses/MIT see COPYING file
  */
 
-define ('POCHE', '1.8.0');
+define ('POCHE', '1.9.2');
 require 'check_essentials.php';
-require_once 'inc/poche/global.inc.php';
 require 'check_setup.php';
+require_once 'inc/poche/global.inc.php';
 
 // Start session
 Session::$sessionName = 'wallabag';
-Session::init();
+Session::init(true);
 
 // Let's rock !
 $wallabag = new Poche();
-$wallabag->run();
\ No newline at end of file
+$wallabag->run();