]> code.citadel.org Git - citadel.git/commitdiff
added ungoto
authorArt Cancro <ajc@citadel.org>
Fri, 4 Dec 1998 01:45:17 +0000 (01:45 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 4 Dec 1998 01:45:17 +0000 (01:45 +0000)
webcit/auth.c
webcit/webcit.c

index 96a80283218d3a709450b8d0ca012b1c059bc30b..9296e8a9c569f7815dc4d62be7937eaf244d7c69 100644 (file)
@@ -69,4 +69,3 @@ void do_welcome() {
        wprintf("</BODY></HTML>\n");
        wDumpContent();
        }
-       }
index ce7013eb6cb2947c613a5dd9473e2958439e73b2..9a44d5692bd341189f4669bcc0e1ed26184a34b8 100644 (file)
@@ -484,6 +484,10 @@ void session_loop() {
                gotonext();
                }
 
+       else if (!strncasecmp(cmd, "GET /ungoto", 11)) {
+               ungoto();
+               }
+
        else if (!strncasecmp(cmd, "GET /dotgoto", 12)) {
                dotgoto();
                }