1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/15351] Makes confirm_works in a router context (app.php)

PHPBB3-15351
This commit is contained in:
Tristan Darricau
2017-09-08 10:45:22 +02:00
parent 7221a47bb6
commit c368d170cf
4 changed files with 44 additions and 6 deletions

View File

@@ -136,6 +136,22 @@ class phpbb_session_extract_page_test extends phpbb_session_test_case
'forum' => 0,
),
),
array(
'./community',
'/app.php',
'',
'/',
'/kb',
array(
'page_name' => 'app.php/kb',
'page_dir' => '..',
'query_string' => '',
'script_path' => '/',
'root_script_path' => '/community/',
'page' => '../app.php/kb',
'forum' => 0,
),
),
);
}