mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 10:11:29 +00:00
enable errorhandler
This commit is contained in:
@@ -49,6 +49,6 @@ function ttrss_fatal_handler() {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
//register_shutdown_function('ttrss_fatal_handler');
|
register_shutdown_function('ttrss_fatal_handler');
|
||||||
//set_error_handler('ttrss_error_handler');
|
set_error_handler('ttrss_error_handler');
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user