]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - index.php
Merge branch 'dev' into refactor
[github/wallabag/wallabag.git] / index.php
index a26f458ae4a17837bd82746fe2ac85e20d53be5e..f191d7e7157f4822a5749685509e499c15f45a68 100755 (executable)
--- 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';