1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:45:55 +00:00
This commit is contained in:
Andrew Dolgov
2013-04-17 21:19:00 +04:00
parent d9c85e0f11
commit e441b5837b
4 changed files with 118 additions and 14 deletions

View File

@@ -49,6 +49,6 @@ function ttrss_fatal_handler() {
return false;
}
register_shutdown_function('ttrss_fatal_handler');
set_error_handler('ttrss_error_handler');
//register_shutdown_function('ttrss_fatal_handler');
//set_error_handler('ttrss_error_handler');
?>