noframes switch
authorArt Cancro <ajc@citadel.org>
Fri, 29 Jan 1999 01:33:41 +0000 (01:33 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 29 Jan 1999 01:33:41 +0000 (01:33 +0000)
webcit/auth.c

index 69d7f8c98cf8c77490a84b07d65927672b1b006f..f07128787426fc60933c597f6afca2229c1d5e42 100644 (file)
@@ -106,6 +106,9 @@ void do_login(void) {
        char buf[256];
        int need_regi = 0;
 
+
+       if (!strcasecmp(bstr("noframes"), "on")) noframes = 1;
+
        if (!strcasecmp(bstr("action"), "Exit")) {
                do_logout();
                }