diff --git a/src/server/cyberhex-code/system/secure_zone/php/view_log.php b/src/server/cyberhex-code/system/secure_zone/php/view_log.php index 377d490..5d9a818 100644 --- a/src/server/cyberhex-code/system/secure_zone/php/view_log.php +++ b/src/server/cyberhex-code/system/secure_zone/php/view_log.php @@ -79,12 +79,26 @@ if($perms[2]!=="1"){ echo('
'); //put filter options here + if(isset($_GET["loglevel"])) + $loglevel_ss=$_GET["loglevel"]; //put the loglevel search string to that and afterwards show it in the filter optionss. so a user sees what he has filtered for + else + $loglevel_ss="Loglevel"; + + if(isset($_GET["logtext"])) + $logtext_ss=$_GET["logtext"]; + else + $logtext_ss="Logtext"; + + if(isset($_GET["machine_id"])) + $machine_id_ss=$_GET["machine_id"]; + else + $machine_id_ss="Machine id"; echo('