]> code.citadel.org Git - citadel.git/commitdiff
* page_user
authorArt Cancro <ajc@citadel.org>
Wed, 18 Feb 2004 20:11:07 +0000 (20:11 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 18 Feb 2004 20:11:07 +0000 (20:11 +0000)
webcit/context_loop.c

index c5b6d85616e38ec0a147eec84eaf38ae8f1c6f0c..d0a1ec31fe0e38fbc170da82485606c929a3b367 100644 (file)
@@ -337,6 +337,7 @@ void context_loop(int sock)
           || (!strcasecmp(buf, "/static/robots.txt"))
           || (!strncasecmp(buf, "/do_welcome", 11))
           || (!strncasecmp(buf, "/page_popup", 11))
+          || (!strncasecmp(buf, "/page_user", 10))     /* Sometimes this is wrong */
           || (!strncasecmp(buf, "/listsub", 8))
           || (!strncasecmp(buf, "/freebusy", 9))
           || (!strncasecmp(buf, "/termquit", 9)) ) {