From 3c06334746f3a838925cbc29708f5c0edb9b08d8 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Fri, 29 Jan 1999 01:00:25 +0000 Subject: [PATCH] checkbox --- webcit/auth.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webcit/auth.c b/webcit/auth.c index e48893bc0..66ae1803d 100644 --- a/webcit/auth.c +++ b/webcit/auth.c @@ -65,6 +65,9 @@ void display_login(char *mesg) { wprintf("\n"); wprintf("\n"); wprintf("\n"); + + wprintf("
"); + wprintf("Check here to disable frames\n"); wprintf("\n"); /* Da instructions */ -- 2.39.2