mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-20 01:59:22 +02:00
[ticket/13280] Revert "Merge pull request #3107 from marc1706/ticket/13280"
This reverts commita1b58d05d1
, reversing changes made to0e772afb9d
. PHPBB3-13280
This commit is contained in:
@ -69,11 +69,6 @@ class phpbb_build_url_test extends phpbb_test_case
|
||||
array('f', 'style', 't'),
|
||||
'http://test.phpbb.com/viewtopic.php?',
|
||||
),
|
||||
array(
|
||||
'posting.php?f=2&mode=delete&p=20%22%3Cscript%3Ealert%281%29%3B%3C%2Fscript%3E',
|
||||
false,
|
||||
'phpBB/posting.php?f=2&mode=delete&p=20%22%3Cscript%3Ealert%281%29%3B%3C%2Fscript%3E',
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
@ -85,7 +80,6 @@ class phpbb_build_url_test extends phpbb_test_case
|
||||
global $user, $phpbb_root_path;
|
||||
|
||||
$user->page['page'] = $page;
|
||||
|
||||
$output = build_url($strip_vars);
|
||||
|
||||
$this->assertEquals($expected, $output);
|
||||
|
Reference in New Issue
Block a user