aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/constants.php
diff options
context:
space:
mode:
authorMarek A. R <aptx@phpbb.com>2009-07-17 13:40:26 +0000
committerMarek A. R <aptx@phpbb.com>2009-07-17 13:40:26 +0000
commite4afce607529f7834776b588ca22ebb93647948e (patch)
tree730f1f686ddb9013166263aaba70cf5f448ef02e /phpBB/includes/constants.php
parent7284985ce231cef06e9c0026b593b2ab0e113686 (diff)
downloadforums-e4afce607529f7834776b588ca22ebb93647948e.tar
forums-e4afce607529f7834776b588ca22ebb93647948e.tar.gz
forums-e4afce607529f7834776b588ca22ebb93647948e.tar.bz2
forums-e4afce607529f7834776b588ca22ebb93647948e.tar.xz
forums-e4afce607529f7834776b588ca22ebb93647948e.zip
- Add hard limit for smilies
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9771 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/constants.php')
-rw-r--r--phpBB/includes/constants.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php
index 2e2c239d89..2173f2ee68 100644
--- a/phpBB/includes/constants.php
+++ b/phpBB/includes/constants.php
@@ -161,6 +161,9 @@ define('BBCODE_UID_LEN', 8);
// Number of core BBCodes
define('NUM_CORE_BBCODES', 12);
+// Smiley hard limit
+define('SMILEY_LIMIT', 1000);
+
// Magic url types
define('MAGIC_URL_EMAIL', 1);
define('MAGIC_URL_FULL', 2);