mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-29 10:39:19 +02:00
Merge pull request #2594 from bantu/ticket/12708
[ticket/12708] Fix install_main still linking to docs/COPYING
This commit is contained in:
commit
b242a15af6
@ -56,7 +56,7 @@ class install_main extends module
|
||||
|
||||
case 'license' :
|
||||
$title = $lang['GPL'];
|
||||
$body = implode("<br/>\n", file('../docs/COPYING'));
|
||||
$body = implode("<br/>\n", file(__DIR__ . '/../docs/LICENSE.txt'));
|
||||
break;
|
||||
|
||||
case 'support' :
|
||||
|
Loading…
x
Reference in New Issue
Block a user