mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/13192] Remove app.php on mod rewrite even if app.php is outside root
PHPBB3-13192
This commit is contained in:
@@ -432,6 +432,8 @@ class phpbb_path_helper_test extends phpbb_test_case
|
||||
array('foo/index', false, 'foo/index'),
|
||||
array('app.php/foo', false, 'app.php/foo'),
|
||||
array('app.php/foo', true, 'foo'),
|
||||
array('/../app.php/foo', false, '../app.php/foo'),
|
||||
array('/../app.php/foo', true, '../foo'),
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user