summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_logs.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-10-09 00:19:17 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-10-09 00:19:17 +0000
commit36a166de6f484f8a75b2eb0d0d72b4f05b07d0fb (patch)
tree86c8de617cb01d14997de82cd7c20616ac05625c /usr/local/www/diag_logs.php
parent670ee6ca5377966f3c21369ec05c4886553b36ef (diff)
downloadpfsense-36a166de6f484f8a75b2eb0d0d72b4f05b07d0fb.zip
pfsense-36a166de6f484f8a75b2eb0d0d72b4f05b07d0fb.tar.gz
* Output script correctly using SCRIPT_NAME
* Fix html arguments
Diffstat (limited to 'usr/local/www/diag_logs.php')
-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