mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
Merge branch 'develop-ascraeus' into develop
# By Andreas Fischer (1) and Huynh Buu Tam (1) # Via Andreas Fischer (1) and Dhruv Goel (1) * develop-ascraeus: [ticket/12708] Make the path absolute by using __DIR__. [ticket/12708] Correct the path to the LICENSE file in install_main.
This commit is contained in:
@@ -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(__DIR__ . '/../docs/LICENSE.txt'));
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'support' :
|
case 'support' :
|
||||||
|
Reference in New Issue
Block a user