1
0
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:
Huynh Buu Tam 2014-06-14 22:46:53 +07:00 committed by Andreas Fischer
parent 88987306de
commit a120e4bdf6

View File

@ -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' :