X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=adfef71bef24e815cef7eef8152ccd27e5ea2c4a;hb=c8b4ef7fed01c4d94ac9d2325bd2c6e97f831bad;hp=f191d7e7157f4822a5749685509e499c15f45a68;hpb=6da20812ce04e3e45c21c6da640d6ccde91e8c38;p=github%2Fwallabag%2Fwallabag.git diff --git a/index.php b/index.php index f191d7e7..adfef71b 100755 --- a/index.php +++ b/index.php @@ -8,10 +8,10 @@ * @license http://opensource.org/licenses/MIT see COPYING file */ -define ('POCHE', '1.8.0'); +define ('POCHE', '1.8.1'); 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'; @@ -19,4 +19,4 @@ Session::init(); // Let's rock ! $wallabag = new Poche(); -$wallabag->run(); \ No newline at end of file +$wallabag->run();