X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=adfef71bef24e815cef7eef8152ccd27e5ea2c4a;hb=c8b4ef7fed01c4d94ac9d2325bd2c6e97f831bad;hp=825e9d5a600c47f231230546fe660252fd23cb7c;hpb=3602405ec0dbc576fce09ff9e865ba2404622080;p=github%2Fwallabag%2Fwallabag.git diff --git a/index.php b/index.php index 825e9d5a..adfef71b 100755 --- 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();