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