aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuynh Buu Tam <o0johntam0o@gmail.com>2014-06-14 22:46:53 +0700
committerAndreas Fischer <bantu@phpbb.com>2014-06-14 18:16:08 +0200
commita120e4bdf6ba4afb8e76f9528c30fc7d52eb9cd9 (patch)
tree3d8595258bb73c713f7451cf1fd57ed9d2dcd42f
parent88987306de00636dfadc7a4dad08048226eeaa59 (diff)
downloadforums-a120e4bdf6ba4afb8e76f9528c30fc7d52eb9cd9.tar
forums-a120e4bdf6ba4afb8e76f9528c30fc7d52eb9cd9.tar.gz
forums-a120e4bdf6ba4afb8e76f9528c30fc7d52eb9cd9.tar.bz2
forums-a120e4bdf6ba4afb8e76f9528c30fc7d52eb9cd9.tar.xz
forums-a120e4bdf6ba4afb8e76f9528c30fc7d52eb9cd9.zip
[ticket/12708] Correct the path to the LICENSE file in install_main.
PHPBB3-12708
-rw-r--r--phpBB/install/install_main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/install_main.php b/phpBB/install/install_main.php
index 2f37fc3237..b32dd38d90 100644
--- a/phpBB/install/install_main.php
+++ b/phpBB/install/install_main.php
@@ -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('../docs/LICENSE.txt'));
break;
case 'support' :