mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +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:
@@ -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' :
|
||||
|
Reference in New Issue
Block a user