mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:35:56 +00:00
remove error_reporting() hacks; set default error reporting level in functions.php
This commit is contained in:
@@ -3,9 +3,6 @@
|
||||
// This is an experimental multiprocess update daemon.
|
||||
// Some configurable variable may be found below.
|
||||
|
||||
// define('DEFAULT_ERROR_LEVEL', E_ALL);
|
||||
define('DEFAULT_ERROR_LEVEL', E_ERROR | E_WARNING | E_PARSE);
|
||||
|
||||
declare(ticks = 1);
|
||||
|
||||
define('DISABLE_SESSIONS', true);
|
||||
@@ -38,8 +35,6 @@
|
||||
require_once "functions.php";
|
||||
require_once "lib/magpierss/rss_fetch.inc";
|
||||
|
||||
error_reporting(DEFAULT_ERROR_LEVEL);
|
||||
|
||||
$children = array();
|
||||
$ctimes = array();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user