]> code.citadel.org Git - citadel.git/blobdiff - webcit/context_loop.c
Set up login banner graphic and background image graphic
[citadel.git] / webcit / context_loop.c
index 46b249cdfebd6bc820108fd70cc2135dd2343d89..9bfd6a1769b6a0aae1912a9c52cbc6201d03a199 100644 (file)
@@ -209,7 +209,7 @@ void *context_loop(int sock) {
                        printf("Content-length: 76\n");
                        printf("\n");
                        printf("<HTML><HEAD><TITLE>Error</TITLE></HEAD>\n");
-                       printf("<BODY>execlp() failed</BODY></HTML>\n");
+                       printf("<BODY BACKGROUND=\"/image&name=background\" TEXT=\"#000000\" LINK=\"#004400\">execlp() failed</BODY></HTML>\n");
                        exit(0);
                        }
                /* Close the ends of the pipes that we're not using */