diff options
author | Nils Adermann <naderman@naderman.de> | 2014-11-01 19:13:21 +0100 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2014-11-01 19:13:21 +0100 |
commit | 45d054d295c1c007f558541299a3a0f0bcf482d5 (patch) | |
tree | acdf880081c46a1c8d5cf1cf9342e6af0eff3621 /phpBB/language/en/install.php | |
parent | 2cc9fe5267adb9c9ab5d8bd2180d9bf625d81f4f (diff) | |
parent | 8bdbadabb23c0288ddb9af60c9883b6021d2c239 (diff) | |
download | forums-45d054d295c1c007f558541299a3a0f0bcf482d5.tar forums-45d054d295c1c007f558541299a3a0f0bcf482d5.tar.gz forums-45d054d295c1c007f558541299a3a0f0bcf482d5.tar.bz2 forums-45d054d295c1c007f558541299a3a0f0bcf482d5.tar.xz forums-45d054d295c1c007f558541299a3a0f0bcf482d5.zip |
Merge branch 'ticket/13267' into prep-release-3.1.1
* ticket/13267:
[ticket/13267] Update Automatic Update instructions to include vendor directory
Diffstat (limited to 'phpBB/language/en/install.php')
-rw-r--r-- | phpBB/language/en/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php index a2b27f0a60..107de9c64f 100644 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -547,7 +547,7 @@ $lang = array_merge($lang, array( <ul style="margin-left: 20px; font-size: 1.1em;"> <li>Go to the <a href="https://www.phpbb.com/downloads/" title="https://www.phpbb.com/downloads/">phpBB.com downloads page</a> and download the "Automatic Update Package" archive.<br /><br /></li> <li>Unpack the archive.<br /><br /></li> - <li>Upload the complete uncompressed install folder to your phpBB root directory (where your config.php file is).<br /><br /></li> + <li>Upload the complete uncompressed "install" and "vendor" folders to your phpBB root directory (where your config.php file is).<br /><br /></li> </ul> <p>Once uploaded your board will be offline for normal users due to the install directory you uploaded now present.<br /><br /> |