X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=adfef71bef24e815cef7eef8152ccd27e5ea2c4a;hb=c78c1a3f08815aab99752026ccdf1dcf63cf43c1;hp=a26f458ae4a17837bd82746fe2ac85e20d53be5e;hpb=b6a3c8866a4cb88b009e7ba45c5e223e0fdae188;p=github%2Fwallabag%2Fwallabag.git diff --git a/index.php b/index.php index a26f458a..adfef71b 100755 --- a/index.php +++ b/index.php @@ -8,7 +8,8 @@ * @license http://opensource.org/licenses/MIT see COPYING file */ -define ('POCHE', '1.8.0'); +define ('POCHE', '1.8.1'); +require 'check_essentials.php'; require 'check_setup.php'; require_once 'inc/poche/global.inc.php'; @@ -18,4 +19,4 @@ Session::init(); // Let's rock ! $wallabag = new Poche(); -$wallabag->run(); \ No newline at end of file +$wallabag->run();