summaryrefslogtreecommitdiffstats
path: root/web/post.c
diff options
context:
space:
mode:
Diffstat (limited to 'web/post.c')
-rw-r--r--web/post.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/web/post.c b/web/post.c
deleted file mode 100644
index 3e67937e..00000000
--- a/web/post.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#include "mod_ptt.h"
-
-int bbs_post(request_rec *r, void *args)
-{
- return OK;
-}