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