]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - index.php
Merge pull request #736 from mariroz/dev
[github/wallabag/wallabag.git] / index.php
index 79838ed915b1731434f5a26453a110bce87545e6..c134b1035275f9eb1a2fb24e2e019e925a678d7f 100755 (executable)
--- 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')) {\r
+       error_reporting(ERROR_REPORTING);\r
+}
+
 # Start session
 Session::$sessionName = 'poche';
 Session::init();