Reinstate the 'read more...' link when issuing a 503
authorArt Cancro <ajc@citadel.org>
Tue, 25 Jan 2011 21:30:52 +0000 (16:30 -0500)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 14:05:26 +0000 (14:05 +0000)
webcit/webcit.c

index 57399ca22a11d68dce041e46cd11be99155f34c4..08d6a8ab066b9d892bdd1ab33edf8499b05547e4 100644 (file)
@@ -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:mastering_your_os:net#netstat\">%s</a>",
+                               _("Read More...")
+                       );
                        wc_printf("</body></html>\n");
                        end_burst();
                        goto SKIP_ALL_THIS_CRAP;