From a5155b6b24d3c0c12dc081e5c2723cd17912bd92 Mon Sep 17 00:00:00 2001
From: P. J. McDermott <pjm@nac.net>
Date: Mon, 30 Apr 2012 00:54:45 -0400
Subject: Make uptime CGI script refresh.

---
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>
--
cgit v0.9.1