summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/diag_logs.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/diag_logs.php b/usr/local/www/diag_logs.php
index 502833a..33d8a21 100755
--- a/usr/local/www/diag_logs.php
+++ b/usr/local/www/diag_logs.php
@@ -52,7 +52,7 @@ if ($_POST['filtertext'])
$filtertext = $_POST['filtertext'];
if ($filtertext)
- $filtertextmeta="&filtertext=$filtertext";
+ $filtertextmeta="?filtertext=$filtertext";
$pgtitle = "Diagnostics: System logs: System";
include("head.inc");
@@ -113,6 +113,6 @@ include("head.inc");
</tr>
</table>
<?php include("fend.inc"); ?>
-<meta http-equiv="refresh" content="60;url=<?php print $_SERVER['PHP_SELF']; ?><?=$filtertextmeta?>">
+<meta http-equiv="refresh" content="60;url=<?php print $_SERVER['SCRIPT_NAME']; ?><?=$filtertextmeta?>">
</body>
</html>
OpenPOWER on IntegriCloud