mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-21 16:22:22 +02:00
[ticket/11832] Use dirname(__FILE__)
PHPBB3-11832
This commit is contained in:
parent
3684d8e971
commit
c46637990e
@ -33,7 +33,7 @@ class phpbb_filesystem_web_root_path_test extends phpbb_test_case
|
||||
*/
|
||||
public function set_phpbb_root_path()
|
||||
{
|
||||
$this->phpbb_root_path = __DIR__ . './../../phpBB/';
|
||||
$this->phpbb_root_path = dirname(__FILE__) . './../../phpBB/';
|
||||
}
|
||||
|
||||
public function test_get_web_root_path()
|
||||
|
Loading…
x
Reference in New Issue
Block a user