]> code.citadel.org Git - citadel.git/commitdiff
* Bugfix
authorArt Cancro <ajc@citadel.org>
Tue, 11 Jan 2000 04:28:08 +0000 (04:28 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 11 Jan 2000 04:28:08 +0000 (04:28 +0000)
webcit/auth.c
webcit/webcit.c

index e0f61e24e3defd45bb2d9fefab9cc3cfeb7ba981..ec1ed5bcf2512ca9a31a100515992a2784e2682c 100644 (file)
@@ -196,7 +196,7 @@ void do_logout(void)
                wprintf("Goodbye\n");
 
        wprintf("<HR><A HREF=\"/\">Log in again</A>&nbsp;&nbsp;&nbsp;"
-               "<A HREF=\"javascript:window.Close();\">Close window</A>"
+               "<A HREF=\"javascript:window.close();\">Close window</A>"
                "</CENTER>\n");
        wDumpContent(2);
        serv_puts("QUIT");
index ed9da2253b93002636a914e136ae80e6a09b90a2..607448709b2e22757ffbf06cf575a20b5c3ebaeb 100644 (file)
@@ -631,8 +631,6 @@ void session_loop(struct httprequest *req)
                                ContentLength - BytesRead);
                        if (a <= 0) BytesRead = ContentLength;
                        else BytesRead += a;
-                       fprintf(stderr, "Block: %-5d  Read: %-5d  Need: %-5d\n",
-                               a, BytesRead, ContentLength);
                }
 
                if (!strncasecmp(ContentType,