From 2d49f4f350854d6039efd2e9eae3773b3ce4bee2 Mon Sep 17 00:00:00 2001 From: Sergey Tsalkov Date: Sun, 8 Jul 2012 13:04:57 -0700 Subject: [PATCH] remove backtrace from default error message -- it can leak private information --- db.class.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/db.class.php b/db.class.php index 60aa8b2..ea7b5c2 100644 --- a/db.class.php +++ b/db.class.php @@ -812,8 +812,6 @@ function meekrodb_error_handler($params) { echo implode("
\n", $out); } - debug_print_backtrace(); - die; }