aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index b36cb24279..f160838600 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -106,6 +106,16 @@ define('PRIVMSGS_READ_MAIL', 0);
define('PRIVMSGS_NEW_MAIL', 1);
define('PRIVMSGS_UNREAD_MAIL', 5);
+// Download Modes - Attachments
+define('INLINE_LINK', 1);
+define('PHYSICAL_LINK', 2);
+
+// Categories - Attachments
+define('NONE_CAT', 0);
+define('IMAGE_CAT', 1);
+define('STREAM_CAT', 2);
+//define('SWF_CAT', 3);
+
// BBCode UID length
define('BBCODE_UID_LEN', 5);