diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-03-15 15:29:54 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-03-15 15:29:54 +0800 |
commit | b78e3948144360a41a582d4b56a2c000e7eb44c6 (patch) | |
tree | 6456318d876326fa02aeea1d91598eb5f407b712 /web/mail.c | |
parent | 2b77229a09701b117abd7e64f5d6b26b81d45bd1 (diff) | |
download | pttbbs-b78e3948144360a41a582d4b56a2c000e7eb44c6.tar pttbbs-b78e3948144360a41a582d4b56a2c000e7eb44c6.tar.gz pttbbs-b78e3948144360a41a582d4b56a2c000e7eb44c6.tar.bz2 pttbbs-b78e3948144360a41a582d4b56a2c000e7eb44c6.tar.lz pttbbs-b78e3948144360a41a582d4b56a2c000e7eb44c6.tar.xz pttbbs-b78e3948144360a41a582d4b56a2c000e7eb44c6.tar.zst pttbbs-b78e3948144360a41a582d4b56a2c000e7eb44c6.zip |
no longer maintained
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1594 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'web/mail.c')
-rw-r--r-- | web/mail.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/web/mail.c b/web/mail.c deleted file mode 100644 index 9f226afe..00000000 --- a/web/mail.c +++ /dev/null @@ -1,6 +0,0 @@ -#include "mod_ptt.h" - -int bbs_mail(request_rec *r, void *args) -{ - return OK; -} |