mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-06 15:45:34 +02: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' :
|
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…
x
Reference in New Issue
Block a user