Update view_log.php
This commit is contained in:
@@ -142,7 +142,7 @@ if($perms[2]!=="1"){
|
|||||||
$machine_id=$row["machine_id"];
|
$machine_id=$row["machine_id"];
|
||||||
$show=true;
|
$show=true;
|
||||||
if(isset($_GET["loglevel"]) && $_GET["loglevel"]!==""){
|
if(isset($_GET["loglevel"]) && $_GET["loglevel"]!==""){
|
||||||
if(stripos($loglevel,$_GET["loglevel"])){
|
if(stripos($loglevel,$_GET["loglevel"])==false){
|
||||||
$show=false;
|
$show=false;
|
||||||
echo("1");
|
echo("1");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user