]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - index.php
Merge pull request #771 from tcitworld/refactor
[github/wallabag/wallabag.git] / index.php
index 825e9d5a600c47f231230546fe660252fd23cb7c..a26f458ae4a17837bd82746fe2ac85e20d53be5e 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -12,14 +12,10 @@ define ('POCHE', '1.8.0');
 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();
 
 // Let's rock !
 $wallabag = new Poche();
-$wallabag->run();
+$wallabag->run();
\ No newline at end of file