]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - index.php
@fivefilters via composer
[github/wallabag/wallabag.git] / index.php
index a26f458ae4a17837bd82746fe2ac85e20d53be5e..adfef71bef24e815cef7eef8152ccd27e5ea2c4a 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -8,7 +8,8 @@
  * @license    http://opensource.org/licenses/MIT see COPYING file
  */
 
-define ('POCHE', '1.8.0');
+define ('POCHE', '1.8.1');
+require 'check_essentials.php';
 require 'check_setup.php';
 require_once 'inc/poche/global.inc.php';
 
@@ -18,4 +19,4 @@ Session::init();
 
 // Let's rock !
 $wallabag = new Poche();
-$wallabag->run();
\ No newline at end of file
+$wallabag->run();