mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 01:55:55 +00:00
remove error_reporting() hacks; set default error reporting level in functions.php
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
error_reporting(E_ERROR | E_WARNING | E_PARSE);
|
||||
define('DISABLE_SESSIONS', true);
|
||||
|
||||
require "functions.php";
|
||||
|
||||
Reference in New Issue
Block a user