mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 06:20:46 +02:00
replaced \' with ' in template to let it parse javascript correctly. admin_attachments.php changes. added real media streaming.
git-svn-id: file:///svn/phpbb/trunk@3932 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -112,9 +112,11 @@ define('PHYSICAL_LINK', 2);
|
||||
|
||||
// Categories - Attachments
|
||||
define('NONE_CAT', 0);
|
||||
define('IMAGE_CAT', 1);
|
||||
define('STREAM_CAT', 2);
|
||||
//define('SWF_CAT', 3);
|
||||
define('IMAGE_CAT', 1); // Inline Images
|
||||
define('WM_CAT', 2); // Windows Media Files - Streaming
|
||||
define('RM_CAT', 3); // Real Media Files - Streaming
|
||||
define('THUMB_CAT', 4); // Not used within the database, only while displaying posts
|
||||
//define('SWF_CAT', 5); // Replaced by [flash] ? or an additional possibility ?
|
||||
|
||||
// BBCode UID length
|
||||
define('BBCODE_UID_LEN', 5);
|
||||
|
Reference in New Issue
Block a user