]> code.citadel.org Git - citadel.git/commitdiff
* disable wml handling, since we don't have good content for that anyway.
authorWilfried Göesgens <willi@citadel.org>
Thu, 12 Jun 2008 19:00:23 +0000 (19:00 +0000)
committerWilfried Göesgens <willi@citadel.org>
Thu, 12 Jun 2008 19:00:23 +0000 (19:00 +0000)
webcit/webcit.c

index 68f6777af169f572c074604b09cf43b123d5951a..9c50938438744b4dea9d415f26f4848e13b4f1fd 100644 (file)
@@ -1442,7 +1442,9 @@ void session_loop(struct httprequest *req)
                }
                /** Only WAP gateways explicitly name this content-type */
                else if (strstr(buf, "text/vnd.wap.wml")) {
-                       WC->is_wap = 1;
+                       /* since we don't have wap pages we disable this.
+                        * WC->is_wap = 1;
+                        */
                }
        }