mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +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' :
|
||||
$title = $lang['GPL'];
|
||||
$body = implode("<br/>\n", file('../docs/COPYING'));
|
||||
$body = implode("<br/>\n", file(__DIR__ . '/../docs/LICENSE.txt'));
|
||||
break;
|
||||
|
||||
case 'support' :
|
||||
|
Reference in New Issue
Block a user