]> Raphaël G. Git Repositories - ihttpd/commitdiff
Readd link to form
authorRaphaël Gertz <git@rapsys.eu>
Fri, 9 Dec 2022 08:03:37 +0000 (09:03 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Fri, 9 Dec 2022 08:03:37 +0000 (09:03 +0100)
SOURCES/index.bin.c

index cf44c6c58368d36dd47369d631fb7ed9faba82cc..1eeed258a3a766e2e86d5356641979b75a041a09 100644 (file)
@@ -200,7 +200,7 @@ void showMaintenance() {
        printf("problems. Please try again later.</p>\r\n");
        printf("<h2>Error 503</h2>\r\n");
        printf("<address><a href=\"/\">%s</a><br /><span>%s</span></address>\r\n", getenv("SERVER_NAME"), getenv("SERVER_SOFTWARE"));
-       printf("<!--crc32:%s-->\r\n", FORMID);
+       printf("<p><a href=\"/%s.html\" rel=\"nofollow\">Form</a></p>\r\n", FORMID);
        printf("</body>\r\n");
        printf("</html>\r\n");
 }