diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-08-14 17:59:21 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-08-14 17:59:21 +0000 |
commit | fa90d5f728cbc95e40b49b8e2e6c5129c14f41c7 (patch) | |
tree | 1978a40ca6b307b07dc7a079f644a2adbcad884b /usr/local/www/diag_logs_vpn.php | |
parent | 3a843b96bc682e18853952e3a97658cf52376684 (diff) | |
download | pfsense-fa90d5f728cbc95e40b49b8e2e6c5129c14f41c7.zip pfsense-fa90d5f728cbc95e40b49b8e2e6c5129c14f41c7.tar.gz |
Add meta refresh to log pages.
Another-item-submitted-by: databeestje
Diffstat (limited to 'usr/local/www/diag_logs_vpn.php')
-rwxr-xr-x | usr/local/www/diag_logs_vpn.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/diag_logs_vpn.php b/usr/local/www/diag_logs_vpn.php index c9ed3ea..4abbd47 100755 --- a/usr/local/www/diag_logs_vpn.php +++ b/usr/local/www/diag_logs_vpn.php @@ -95,5 +95,6 @@ include("head.inc"); </tr> </table> <?php include("fend.inc"); ?> +<meta http-equiv="refresh" content="60;url=<?php print $_SERVER['PHP_SELF']; ?>"> </body> </html> |