mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 00:37:42 +02:00
[ticket/16574] Remove flash BBcode
PHPBB3-16574
This commit is contained in:
committed by
Marc Alexander
parent
d714c6db19
commit
28f98402f3
@@ -887,7 +887,6 @@ function set_user_options()
|
||||
// Key need to be set in row, else default value is chosen
|
||||
$keyoptions = array(
|
||||
'viewimg' => array('bit' => 0, 'default' => 1),
|
||||
'viewflash' => array('bit' => 1, 'default' => 1),
|
||||
'viewsmilies' => array('bit' => 2, 'default' => 1),
|
||||
'viewsigs' => array('bit' => 3, 'default' => 1),
|
||||
'viewavatars' => array('bit' => 4, 'default' => 1),
|
||||
|
Reference in New Issue
Block a user