* add link to the faq if we can't connect, so one gets the information which ports...
authorWilfried Göesgens <willi@citadel.org>
Tue, 11 Dec 2007 19:04:46 +0000 (19:04 +0000)
committerWilfried Göesgens <willi@citadel.org>
Tue, 11 Dec 2007 19:04:46 +0000 (19:04 +0000)
webcit/auth.c

index c8f458b0da9fa4d5ed2392f0063c7718e3d78514..5e1bda48a82b1712b6f21552619ef7c58e4cf35e 100644 (file)
@@ -310,6 +310,9 @@ void do_logout(void)
                        "connected to the Citadel server.  Please report "
                        "this problem to your system administrator.")
                );
+               wprintf("<a href=\"http://www.citadel.org/doku.php/"
+                       "faq:mastering_your_os:net#netstat\">%s</a>", 
+                       _("Read More..."));
        }
 
        wprintf("<hr /><div class=\"buttons\"> "