X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=adfef71bef24e815cef7eef8152ccd27e5ea2c4a;hb=5ea5310ab450035143e2f5637f9fa69773f7879b;hp=e199956c418eb8fe4ad3fbf637cc1cab33d90f9b;hpb=26b77483ee7545c0e4f8eeb205a5743bf3589adb;p=github%2Fwallabag%2Fwallabag.git diff --git a/index.php b/index.php index e199956c..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,3 +19,4 @@ Session::init(); // Let's rock ! $wallabag = new Poche(); +$wallabag->run();