Update view_log.php

This commit is contained in:
jakani24
2024-01-21 17:09:35 +01:00
parent 83f76b2915
commit a82f6101d7

View File

@@ -147,11 +147,11 @@ if($perms[2]!=="1"){
$show=false;
}
}if(isset($_GET["logtext"]) && $_GET["logtext"]!==""){
if(!stripos($logtext,$_GET["logtext"])){
if(stripos($logtext,$_GET["logtext"])===false){
$show=false;
}
}if(isset($_GET["machine_id"]) && $_GET["machine_id"]!==""){
if(!stripos($machine_id,$_GET["machine_id"])){
if(stripos($machine_id,$_GET["machine_id"])===false){
$show=false;
}
}