diff options
author | P. J. McDermott <pjm@nac.net> | 2012-04-30 00:54:45 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-04-30 00:54:45 (EDT) |
commit | a5155b6b24d3c0c12dc081e5c2723cd17912bd92 (patch) | |
tree | e5e0ba7c28011b3d3722aca81c7887a34a33bbdc | |
parent | d2832452bd7bdb97b715814de50e5dc4442fc56f (diff) |
Make uptime CGI script refresh.
-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> |