]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - index.php
Merge pull request #784 from wallabag/fix-successful-add-message
[github/wallabag/wallabag.git] / index.php
index e199956c418eb8fe4ad3fbf637cc1cab33d90f9b..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';
@@ -18,3 +19,4 @@ Session::init();
 
 // Let's rock !
 $wallabag = new Poche();
+$wallabag->run();
\ No newline at end of file