X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=df70e413c3c6eb6615e6622bfc052fa30fd9f60a;hb=f5fb8197b45c1d433954c41cbabdb953be6cfd4f;hp=39990d55a7c59292f1a7ba78caa5dcbc146189e3;hpb=8327f1c371ad1d930bf9c9a13e443f2aa29ecfe3;p=github%2Fwallabag%2Fwallabag.git diff --git a/index.php b/index.php index 39990d55..df70e413 100755 --- 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.1'); require 'check_essentials.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();