diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-08-31 20:30:05 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-08-31 20:30:05 +0200 |
commit | ef26dfcb705521be0ad85b00fdb735299bdd02d2 (patch) | |
tree | b1952e3cbfde4e1baf605526a573d112a4bc819d /user_guide/installation | |
parent | d369077ac6cae25fa51c9840a466e54333300d0a (diff) | |
parent | 89878f3c007be72b59ceb53b201f32454231d1e6 (diff) |
Merge pull request #359 from mmestrovic/patch-2
General changes: Added Windows 7 to the list of user platforms.
Diffstat (limited to 'user_guide/installation')
-rw-r--r-- | user_guide/installation/upgrade_210.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/user_guide/installation/upgrade_210.html b/user_guide/installation/upgrade_210.html index 9f8204a7c..6e8ddec9d 100644 --- a/user_guide/installation/upgrade_210.html +++ b/user_guide/installation/upgrade_210.html @@ -63,6 +63,10 @@ Upgrading from 2.0.3 to 2.1.0 <p>Replace all files and directories in your "system" folder and replace your index.php file. If any modifications were made to your index.php they will need to be made fresh in this new one.</p> +<h2>Step 2: Replace config/user_agents.php</h2> + +<p>This config file has been updated to contain more user agent types, please copy it to <kbd>application/config/user_agents.php</kbd>.</p> + <p class="important"><strong>Note:</strong> If you have any custom developed files in these folders please make copies of them first.</p> |