diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-12-30 23:40:21 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-12-30 23:40:21 +0800 |
commit | bc5173a637161e4751e759779ac6d1a708ed2b5e (patch) | |
tree | 37d8f73bfdf28a1ad6d3f975fe5854236bed3438 /include | |
parent | 411661c4660d61b365224c5263e5ae93ef04c194 (diff) | |
download | pttbbs-bc5173a637161e4751e759779ac6d1a708ed2b5e.tar pttbbs-bc5173a637161e4751e759779ac6d1a708ed2b5e.tar.gz pttbbs-bc5173a637161e4751e759779ac6d1a708ed2b5e.tar.bz2 pttbbs-bc5173a637161e4751e759779ac6d1a708ed2b5e.tar.lz pttbbs-bc5173a637161e4751e759779ac6d1a708ed2b5e.tar.xz pttbbs-bc5173a637161e4751e759779ac6d1a708ed2b5e.tar.zst pttbbs-bc5173a637161e4751e759779ac6d1a708ed2b5e.zip |
- modify file size limitation control
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3765 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h index 9301bb44..6b0e30cb 100644 --- a/include/common.h +++ b/include/common.h @@ -240,6 +240,7 @@ /* ----------------------------------------------------- */ #define EDITFLAG_TEXTONLY (0x00000001) #define EDITFLAG_UPLOAD (0x00000002) +#define EDITFLAG_ALLOWLARGE (0x00000004) /* ----------------------------------------------------- */ /* Grayout Levels */ |