]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - index.php
Merge pull request #1018 from shtrom/fix-share-email-body-dev
[github/wallabag/wallabag.git] / index.php
index e199956c418eb8fe4ad3fbf637cc1cab33d90f9b..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,3 +19,4 @@ Session::init();
 
 // Let's rock !
 $wallabag = new Poche();
+$wallabag->run();