mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/12708] Make the path absolute by using __DIR__.
PHPBB3-12708
This commit is contained in:
parent
a120e4bdf6
commit
5f4a058655
1 changed files with 1 additions and 1 deletions
|
@ -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' :
|
||||
|
|
Loading…
Add table
Reference in a new issue