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:
@@ -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,
|
||||
),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user