]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - index.php
Merge pull request #853 from wallabag/fix-for-#797
[github/wallabag/wallabag.git] / index.php
index e199956c418eb8fe4ad3fbf637cc1cab33d90f9b..39990d55a7c59292f1a7ba78caa5dcbc146189e3 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -9,6 +9,7 @@
  */
 
 define ('POCHE', '1.8.0');
+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();
\ No newline at end of file