mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-13 14:58:52 +00:00
[ticket/12708] Correct the path to the LICENSE file in install_main.
PHPBB3-12708
This commit is contained in:
parent
88987306de
commit
a120e4bdf6
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class install_main extends module
|
||||||
|
|
||||||
case 'license' :
|
case 'license' :
|
||||||
$title = $lang['GPL'];
|
$title = $lang['GPL'];
|
||||||
$body = implode("<br/>\n", file('../docs/COPYING'));
|
$body = implode("<br/>\n", file('../docs/LICENSE.txt'));
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'support' :
|
case 'support' :
|
||||||
|
|
Loading…
Add table
Reference in a new issue