X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=f191d7e7157f4822a5749685509e499c15f45a68;hb=79666a3046035a6871cb56927ef6356eb30d7528;hp=e199956c418eb8fe4ad3fbf637cc1cab33d90f9b;hpb=26b77483ee7545c0e4f8eeb205a5743bf3589adb;p=github%2Fwallabag%2Fwallabag.git diff --git a/index.php b/index.php index e199956c..f191d7e7 100755 --- a/index.php +++ b/index.php @@ -9,8 +9,9 @@ */ define ('POCHE', '1.8.0'); -require 'check_setup.php'; +require 'check_essentials.php'; require_once 'inc/poche/global.inc.php'; +require 'check_setup.php'; // Start session Session::$sessionName = 'wallabag'; @@ -18,3 +19,4 @@ Session::init(); // Let's rock ! $wallabag = new Poche(); +$wallabag->run(); \ No newline at end of file