aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2007-06-06 14:00:52 +0000
committerHenry Sudhof <kellanved@phpbb.com>2007-06-06 14:00:52 +0000
commited17471e0c658f381e342a484cc1bb00a03b7a2a (patch)
treeab26d2a78d6970cc68d105d4ef7f853cba77d526 /phpBB/includes
parentd268559876288ce432dfce1c637c1b81e6d5bd7d (diff)
downloadforums-ed17471e0c658f381e342a484cc1bb00a03b7a2a.tar
forums-ed17471e0c658f381e342a484cc1bb00a03b7a2a.tar.gz
forums-ed17471e0c658f381e342a484cc1bb00a03b7a2a.tar.bz2
forums-ed17471e0c658f381e342a484cc1bb00a03b7a2a.tar.xz
forums-ed17471e0c658f381e342a484cc1bb00a03b7a2a.zip
Changing the stance we take towards flash. (DelvarWorld, NeoThermic)
fixing a few smaller bugs. #12007 #12003 git-svn-id: file:///svn/phpbb/trunk@7715 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/acp/acp_board.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/acp/acp_board.php b/phpBB/includes/acp/acp_board.php
index 1294f77a0d..07f67e6e5e 100644
--- a/phpBB/includes/acp/acp_board.php
+++ b/phpBB/includes/acp/acp_board.php
@@ -139,6 +139,7 @@ class acp_board
'allow_topic_notify' => array('lang' => 'ALLOW_TOPIC_NOTIFY', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => false),
'allow_forum_notify' => array('lang' => 'ALLOW_FORUM_NOTIFY', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => false),
'allow_bbcode' => array('lang' => 'ALLOW_BBCODE', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => false),
+ 'allow_post_flash' => array('lang' => 'ALLOW_POST_FLASH', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => false),
'allow_smilies' => array('lang' => 'ALLOW_SMILIES', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => false),
'allow_post_links' => array('lang' => 'ALLOW_POST_LINKS', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => true),
'allow_nocensors' => array('lang' => 'ALLOW_NO_CENSORS', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => true),