1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-29 10:39:19 +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:
Dhruv Goel 2014-06-14 22:06:24 +05:30
commit b242a15af6

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(__DIR__ . '/../docs/LICENSE.txt'));
break;
case 'support' :