Update log_viewer.php (#4439)

This commit is contained in:
chansizzle 2019-08-13 22:54:34 -06:00 committed by FusionPBX
parent b21703eb9f
commit 6470d44a45
1 changed files with 5 additions and 0 deletions

View File

@ -148,6 +148,11 @@
$array_filter[5]['color'] = 'gold';
$array_filter[5]['type'] = 'bold';
$array_filter[5]['font'] = 'monospace';
$array_filter[6]['pattern'] = '[CRIT]';
$array_filter[6]['color'] = 'red';
$array_filter[6]['type'] = 'bold';
$array_filter[6]['font'] = 'monospace';
$file_size = filesize($log_file);