diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-01-11 01:24:24 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-01-11 01:24:24 +0000 |
commit | f0bbc0db7933d08a769a80e3928774abac509294 (patch) | |
tree | f58cc33c0e47cedfbd9ec1e507406561c03bb689 /usr | |
parent | 4bcd1361622b0ce8256d535f2821398583b2061f (diff) | |
download | pfsense-f0bbc0db7933d08a769a80e3928774abac509294.zip pfsense-f0bbc0db7933d08a769a80e3928774abac509294.tar.gz |
Refresh every 120 seconds so that alerts show up
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php index 194953b..14bca30 100755 --- a/usr/local/www/index.php +++ b/usr/local/www/index.php @@ -241,6 +241,7 @@ include("fbegin.inc"); Rounded("div#nifty","top","#FFF","#EEEEEE","smooth"); </script> +<meta http-equiv="refresh" content="120;url=<?php print $_SERVER['PHP_SELF']; ?>"> </body> </html> |