From c424bcee5333287d689c37216baf119765cd5c61 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Fri, 4 Dec 1998 01:13:57 +0000 Subject: [PATCH] stuff --- webcit/static/frameset.html | 2 +- webcit/who.c | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/webcit/static/frameset.html b/webcit/static/frameset.html index eb03a2ba2..caa686714 100644 --- a/webcit/static/frameset.html +++ b/webcit/static/frameset.html @@ -5,7 +5,7 @@ - diff --git a/webcit/who.c b/webcit/who.c index 300e1db91..f5bac4f9f 100644 --- a/webcit/who.c +++ b/webcit/who.c @@ -27,7 +27,12 @@ void whobbs() { printf("HTTP/1.0 200 OK\n"); output_headers(); - wprintf("<HTML><HEAD><TITLE>Who is online?</TITLE></HEAD><BODY>\n"); + wprintf("<HTML><HEAD><TITLE>Who is online?</TITLE>\n"); + + /* Uncomment this line to cause the wholist to auto-refresh */ + /* wprintf("<META HTTP-EQUIV=\"Refresh\" CONTENT=\"60\">\n"); */ + + wprintf("</HEAD><BODY>\n"); wprintf("<TABLE WIDTH=100% BORDER=0 BGCOLOR=007700><TR><TD>"); wprintf("<FONT SIZE=+1 COLOR=\"FFFFFF\"<B>Users currently on "); -- 2.39.2