Project

General

Profile

« Previous | Next » 

Revision 59769c23

Added by Scott Ullrich almost 19 years ago

Save filter state across meta refreshes

View differences:

usr/local/www/diag_logs.php
51 51
if ($_POST['filtertext'])
52 52
	$filtertext = $_POST['filtertext'];
53 53

  
54
if ($filtertext)
55
	$filtertextmeta="&filtertext=$filtertext";
56

  
54 57
$pgtitle = "Diagnostics: System logs: System";
55 58
include("head.inc");
56 59

  
......
110 113
	</tr>
111 114
</table>
112 115
<?php include("fend.inc"); ?>
113
<meta http-equiv="refresh" content="60;url=<?php print $_SERVER['PHP_SELF']; ?>">
116
<meta http-equiv="refresh" content="60;url=<?php print $_SERVER['PHP_SELF']; ?><?=$filtertextmeta?>">
114 117
</body>
115 118
</html>

Also available in: Unified diff