diff options
author | P. J. McDermott <pjm@nac.net> | 2012-04-30 05:32:54 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-04-30 05:32:54 (EDT) |
commit | 0ae2451651ad5f72012a1227ed335a5bef14a79d (patch) | |
tree | 6d4932215e222bfb5187caea6d90e2bd96c4ff29 | |
parent | 4519df63003a479d3c4cde18fc8c6a6af35d445e (diff) |
-rwxr-xr-x | src/var/www/cgi-bin/uptime.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/var/www/cgi-bin/uptime.cgi b/src/var/www/cgi-bin/uptime.cgi index 4733ee6..e7d4ba2 100755 --- a/src/var/www/cgi-bin/uptime.cgi +++ b/src/var/www/cgi-bin/uptime.cgi @@ -8,7 +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"> + <meta http-equiv="refresh" content="2"> <title>Operating System Uptime</title> </head> <body> |