Commit d2be8ec9 authored by Franco Fichtner's avatar Franco Fichtner

firewall: don't provide crash report for diagnostic file

parent 261af80c
...@@ -1215,7 +1215,7 @@ function update_filter_reload_status($text, $first = false) ...@@ -1215,7 +1215,7 @@ function update_filter_reload_status($text, $first = false)
@unlink($filter_reload_status); @unlink($filter_reload_status);
} }
file_put_contents( @file_put_contents(
$filter_reload_status, $filter_reload_status,
sprintf("%s: %s\n", microtime(true), $text), sprintf("%s: %s\n", microtime(true), $text),
FILE_APPEND FILE_APPEND
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment