mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00: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:
commit
9ec4136609
1 changed files with 1 additions and 1 deletions
|
@ -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' :
|
||||
|
|
Loading…
Add table
Reference in a new issue