mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Log Viewer: Fix filter.
This commit is contained in:
@@ -168,6 +168,9 @@
|
||||
else {
|
||||
$user_file_size = $_POST['size'] * 1024;
|
||||
}
|
||||
if (strlen($_REQUEST['filter']) > 0) {
|
||||
$filter = $_REQUEST['filter'];
|
||||
}
|
||||
}
|
||||
//echo "Log File Size: " . $file_size . " bytes. <br />";
|
||||
echo " ".$text['label-displaying']." ".number_format($user_file_size,0,'.',',')." of ".number_format($file_size,0,'.',',')." ".$text['label-bytes'].".";
|
||||
|
||||
Reference in New Issue
Block a user