X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=c134b1035275f9eb1a2fb24e2e019e925a678d7f;hb=69213014d1fb8f05cffe7bf83467d938a282f29b;hp=79838ed915b1731434f5a26453a110bce87545e6;hpb=ab157bbb75ba226917145c9bf906cbf764a85cd0;p=github%2Fwallabag%2Fwallabag.git diff --git a/index.php b/index.php index 79838ed9..c134b103 100755 --- a/index.php +++ b/index.php @@ -8,10 +8,15 @@ * @license http://www.wtfpl.net/ see COPYING file */ -define ('POCHE', '1.6.1'); +define ('POCHE', '1.7.0'); require 'check_setup.php'; require_once 'inc/poche/global.inc.php'; +# Set error reporting level +if (defined('ERROR_REPORTING')) { + error_reporting(ERROR_REPORTING); +} + # Start session Session::$sessionName = 'poche'; Session::init();