Revision 36a166de
Added by Scott Ullrich almost 19 years ago
- Output script correctly using SCRIPT_NAME
- Fix html arguments
usr/local/www/diag_logs.php | ||
---|---|---|
52 | 52 |
$filtertext = $_POST['filtertext']; |
53 | 53 |
|
54 | 54 |
if ($filtertext) |
55 |
$filtertextmeta="&filtertext=$filtertext";
|
|
55 |
$filtertextmeta="?filtertext=$filtertext";
|
|
56 | 56 |
|
57 | 57 |
$pgtitle = "Diagnostics: System logs: System"; |
58 | 58 |
include("head.inc"); |
... | ... | |
113 | 113 |
</tr> |
114 | 114 |
</table> |
115 | 115 |
<?php include("fend.inc"); ?> |
116 |
<meta http-equiv="refresh" content="60;url=<?php print $_SERVER['PHP_SELF']; ?><?=$filtertextmeta?>">
|
|
116 |
<meta http-equiv="refresh" content="60;url=<?php print $_SERVER['SCRIPT_NAME']; ?><?=$filtertextmeta?>">
|
|
117 | 117 |
</body> |
118 | 118 |
</html> |
Also available in: Unified diff