]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.c
Link to http://www.citadel.org/doku.php/faq:generalquestions:webcit_unable_to_connect...
[citadel.git] / webcit / webcit.c
index 93dad13cf5e64fbfd710f17fa43243f301b4ebbd..3c9263662a9306897ec07d7cccdc6c6ebddc566b 100644 (file)
@@ -406,7 +406,7 @@ void ajax_servcmd(void)
        char *junk;
        size_t len;
 
-       syslog(LOG_DEBUG, "ajax_servcmd() gcmd=\"%s\"\n", bstr("g_cmd") );
+       syslog(LOG_DEBUG, "ajax_servcmd() g_cmd=\"%s\"\n", bstr("g_cmd") );
        begin_ajax_response();
        Buf = NewStrBuf();
        serv_puts(bstr("g_cmd"));
@@ -709,6 +709,11 @@ void session_loop(void)
                                "connected to the Citadel server.  Please report "
                                "this problem to your system administrator.")
                        );
+                       wc_printf("<br>");
+                       wc_printf("<a href=\"http://www.citadel.org/doku.php/"
+                               "faq:generalquestions:webcit_unable_to_connect\">%s</a>",
+                               _("Read More...")
+                       );
                        wc_printf("</body></html>\n");
                        end_burst();
                        goto SKIP_ALL_THIS_CRAP;