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 | 2428ed917d4a0c82c956c355de60b6dff1afca23 (patch) | |
tree | 77f067b28f98ee0f0fdd9adeb05fee02fd8cbfde /web/user.c | |
parent | 67abe4fcc1cbcc23b21639526417b64a76200d29 (diff) | |
download | pttbbs-2428ed917d4a0c82c956c355de60b6dff1afca23.tar pttbbs-2428ed917d4a0c82c956c355de60b6dff1afca23.tar.gz pttbbs-2428ed917d4a0c82c956c355de60b6dff1afca23.tar.bz2 pttbbs-2428ed917d4a0c82c956c355de60b6dff1afca23.tar.lz pttbbs-2428ed917d4a0c82c956c355de60b6dff1afca23.tar.xz pttbbs-2428ed917d4a0c82c956c355de60b6dff1afca23.tar.zst pttbbs-2428ed917d4a0c82c956c355de60b6dff1afca23.zip |
no longer maintained
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/not-maintained@1594 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'web/user.c')
-rw-r--r-- | web/user.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/user.c b/web/user.c new file mode 100644 index 00000000..fe5d0696 --- /dev/null +++ b/web/user.c @@ -0,0 +1,6 @@ +#include "mod_ptt.h" + +int bbs_user(request_rec *r, void *args) +{ + return OK; +} |