mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/12708] Make the path absolute by using __DIR__.
PHPBB3-12708
This commit is contained in:
@@ -56,7 +56,7 @@ class install_main extends module
|
||||
|
||||
case 'license' :
|
||||
$title = $lang['GPL'];
|
||||
$body = implode("<br/>\n", file('../docs/LICENSE.txt'));
|
||||
$body = implode("<br/>\n", file(__DIR__ . '/../docs/LICENSE.txt'));
|
||||
break;
|
||||
|
||||
case 'support' :
|
||||
|
Reference in New Issue
Block a user