remove backtrace from default error message -- it can leak private information
This commit is contained in:
@@ -812,8 +812,6 @@ function meekrodb_error_handler($params) {
|
||||
echo implode("<br>\n", $out);
|
||||
}
|
||||
|
||||
debug_print_backtrace();
|
||||
|
||||
die;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user