Issue ManuelW/monitor#1 behoben.
This commit is contained in:
2
get.php
2
get.php
@ -40,7 +40,7 @@ require('config.inc.php');
|
||||
$filter = $_GET["filter"];
|
||||
}
|
||||
|
||||
if (!isset($_SESSION["lastupdate"])) $_SESSION["lastupdate"];
|
||||
if (!isset($_SESSION["lastupdate"])) $_SESSION["lastupdate"]="";
|
||||
if (!isset($show_filter)) $show_filter="";
|
||||
|
||||
if( $show_filter == 1 && $_SESSION["lastupdate"] == "" && !isset($_GET["clean"]) ) {
|
||||
|
Reference in New Issue
Block a user