mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-23 19:45:10 +01:00
[ticket/12708] Correct the path to the LICENSE file in install_main.
PHPBB3-12708
This commit is contained in:
parent
88987306de
commit
a120e4bdf6
@ -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('../docs/LICENSE.txt'));
|
||||
break;
|
||||
|
||||
case 'support' :
|
||||
|
Loading…
x
Reference in New Issue
Block a user