diff options
Diffstat (limited to 'src/var/www')
-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> |