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:
Dhruv 2014-06-14 22:07:10 +05:30
commit 9ec4136609

View file

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