mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/11832] Use dirname(__FILE__)
PHPBB3-11832
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user