X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=f191d7e7157f4822a5749685509e499c15f45a68;hb=505a74ad1de7cf2cd3605e793233365501f03d87;hp=a26f458ae4a17837bd82746fe2ac85e20d53be5e;hpb=a818ff2000c721c6f078c206c3f5214c558a5546;p=github%2Fwallabag%2Fwallabag.git diff --git a/index.php b/index.php index a26f458a..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';