diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-12-09 01:35:25 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-12-09 01:35:25 +0000 |
commit | e4819259c8490b3f4d9fd0e50519a5159ea8e520 (patch) | |
tree | 96c169a8f71f001b61ff05c1ff75e0555a60f492 /packages/tinydns/tinydns_status.php | |
parent | 59d65a4615cda970ba0ce08368deaab537b0e59e (diff) | |
download | pfsense-packages-e4819259c8490b3f4d9fd0e50519a5159ea8e520.tar.gz pfsense-packages-e4819259c8490b3f4d9fd0e50519a5159ea8e520.tar.bz2 pfsense-packages-e4819259c8490b3f4d9fd0e50519a5159ea8e520.zip |
Correct failover logic
Diffstat (limited to 'packages/tinydns/tinydns_status.php')
-rw-r--r-- | packages/tinydns/tinydns_status.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/tinydns/tinydns_status.php b/packages/tinydns/tinydns_status.php index 007793a8..13ac4e8c 100644 --- a/packages/tinydns/tinydns_status.php +++ b/packages/tinydns/tinydns_status.php @@ -96,5 +96,6 @@ foreach($pingdir as $ping) { </table> </div> <?php include("fend.inc"); ?> +<meta http-equiv="refresh" content="60;url=<?php print $_SERVER['SCRIPT_NAME']; ?>"> </body> </html> |