aboutsummaryrefslogtreecommitdiff
path: root/err.c
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-09-18 10:38:09 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-09-18 10:38:09 +0200
commit0292e86cf884a26108a59d81d69cee83b54f4c88 (patch)
tree3f5b30fe172013802955213503a5827616be6fec /err.c
parentae9b583b9575679f129680a0f56163fdb6590052 (diff)
downloadcforum-0292e86cf884a26108a59d81d69cee83b54f4c88.tar.gz
Clean up database code
Diffstat (limited to 'err.c')
-rw-r--r--err.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/err.c b/err.c
index d6f66ad..dd15ebd 100644
--- a/err.c
+++ b/err.c
@@ -7,7 +7,5 @@ srverr(char *err)
printf("Status: %s\n", title);
printf("Content-Type: text/html\n\n");
- #include "t/head.tc"
#include "t/err.tc"
- #include "t/foot.tc"
} \ No newline at end of file