mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-29 18:50:25 +02:00
[ticket/sec-184] Fix tests
SECURITY-184
This commit is contained in:
parent
bac02a348e
commit
32a2546c5d
@ -32,7 +32,7 @@ class phpbb_functions_acp_build_cfg_template_test extends phpbb_test_case
|
||||
array('config_key_name' => '2'),
|
||||
'config_key_name',
|
||||
array(),
|
||||
'<input id="key_name" type="password" size="20" maxlength="128" name="config[config_key_name]" value="2" autocomplete="off" />',
|
||||
'<input id="key_name" type="password" size="20" maxlength="128" name="config[config_key_name]" value="********" autocomplete="off" />',
|
||||
),
|
||||
array(
|
||||
array('text', 0, 255),
|
||||
|
Loading…
x
Reference in New Issue
Block a user