Log Viewer: Fix filter.

This commit is contained in:
Nate 2020-02-13 07:48:20 -07:00
parent 3e729537a6
commit 80f2b3cb0f
1 changed files with 3 additions and 0 deletions

View File

@ -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'].".";