diff options
-rwxr-xr-x | src/var/www/cgi-bin/uptime.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/var/www/cgi-bin/uptime.cgi b/src/var/www/cgi-bin/uptime.cgi index f1badae..4733ee6 100755 --- a/src/var/www/cgi-bin/uptime.cgi +++ b/src/var/www/cgi-bin/uptime.cgi @@ -8,6 +8,7 @@ Content-Type: text/html; charset=utf-8 <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <meta http-equiv="refresh" content="10"> <title>Operating System Uptime</title> </head> <body> |