]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - index.php
@fivefilters via composer
[github/wallabag/wallabag.git] / index.php
index 825e9d5a600c47f231230546fe660252fd23cb7c..adfef71bef24e815cef7eef8152ccd27e5ea2c4a 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -8,14 +8,11 @@
  * @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';
 
-if (defined('ERROR_REPORTING')) {
-       error_reporting(ERROR_REPORTING);
-}
-
 // Start session
 Session::$sessionName = 'wallabag';
 Session::init();