Update view_log.php
This commit is contained in:
@@ -147,11 +147,11 @@ if($perms[2]!=="1"){
|
|||||||
$show=false;
|
$show=false;
|
||||||
}
|
}
|
||||||
}if(isset($_GET["logtext"]) && $_GET["logtext"]!==""){
|
}if(isset($_GET["logtext"]) && $_GET["logtext"]!==""){
|
||||||
if(!stripos($logtext,$_GET["logtext"])){
|
if(stripos($logtext,$_GET["logtext"])===false){
|
||||||
$show=false;
|
$show=false;
|
||||||
}
|
}
|
||||||
}if(isset($_GET["machine_id"]) && $_GET["machine_id"]!==""){
|
}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;
|
$show=false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user