]> git.wh0rd.org - tt-rss.git/blobdiff - include/errorhandler.php
initial
[tt-rss.git] / include / errorhandler.php
index 2c8d35f8371c4a8b2759d014642245910b50ad97..6b64d5161bad2ced4252cc4ec7981a1c4e65b1f1 100644 (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');
 ?>