From e441b5837b84f8313e506a3d1b087f269f4a9fb3 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 17 Apr 2013 21:19:00 +0400 Subject: initial --- include/errorhandler.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/errorhandler.php') diff --git a/include/errorhandler.php b/include/errorhandler.php index 2c8d35f83..6b64d5161 100644 --- a/include/errorhandler.php +++ b/include/errorhandler.php @@ -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'); ?> -- cgit v1.2.3-54-g00ecf