summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorP. 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)
commit0ae2451651ad5f72012a1227ed335a5bef14a79d (patch)
tree6d4932215e222bfb5187caea6d90e2bd96c4ff29 /src
parent4519df63003a479d3c4cde18fc8c6a6af35d445e (diff)
Decrease refresh rate in uptime CGI script.HEADmaster
Diffstat (limited to 'src')
-rwxr-xr-xsrc/var/www/cgi-bin/uptime.cgi2
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>