Update view_log.php

This commit is contained in:
jakani24
2024-01-21 16:33:11 +01:00
parent 7643c0fd20
commit 04243a4330

View File

@@ -80,9 +80,13 @@ if($perms[2]!=="1"){
//put filter options here
echo('<tr>');
echo('<td>---</td>');
echo('<form action="view_log.php" method="get">');
echo('<td><button type="submit" class="btn btn-primary btn-block">Filter</button></td>');
echo('<td><input type="text" class="form-control" name="loglevel" placeholder="Loglevel"></td>');
echo('<td><input type="text" class="form-control" name="loglevel" placeholder="Loglevel"></td>');
echo('<td><input type="text" class="form-control" name="loglevel" placeholder="Loglevel"></td>');
echo('</form>');
echo('</tr>');
while($num_of_log_entrys!=0){
$sql = "SELECT * FROM log where id > $last_id";