Created
November 1, 2014 22:19
-
-
Save naderman/4c6ade53a7a8058aa902 to your computer and use it in GitHub Desktop.
language_changes_3.1.0_to_3.1.1.diff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php | |
index a2b27f0..107de9c 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 Packag | |
<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 /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment