diff --git a/html/pages/device/syslog.inc.php b/html/pages/device/syslog.inc.php index b423c5abff..8f59e721fb 100644 --- a/html/pages/device/syslog.inc.php +++ b/html/pages/device/syslog.inc.php @@ -1,6 +1,6 @@ @@ -29,7 +29,6 @@ print_optionbar_start(); print_optionbar_end(); - if($_POST['string']) { $where = " AND msg LIKE '%".$_POST['string']."%'"; } @@ -45,5 +44,4 @@ echo(""); while($entry = mysql_fetch_array($query)) { include("includes/print-syslog.inc"); } echo("
"); - ?>