diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-05-13 03:53:47 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-05-13 03:53:47 +0200 |
commit | 459a8b8569f0a9ad68e928e7a3096923e6df0f2f (patch) | |
tree | ff1488319836037a18b2ed7f0aa856f69d4a0762 /user_guide/installation | |
parent | 62bd43029cbd290d684ee32a8387f66ccad3a64a (diff) |
added a note about replacing the mimes.php file
Diffstat (limited to 'user_guide/installation')
-rw-r--r-- | user_guide/installation/upgrade_162.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/user_guide/installation/upgrade_162.html b/user_guide/installation/upgrade_162.html index 703d237f5..06b1753f6 100644 --- a/user_guide/installation/upgrade_162.html +++ b/user_guide/installation/upgrade_162.html @@ -82,8 +82,9 @@ Upgrading from 1.6.1 to 1.6.2 <h2>Step 3: Constants File</h2>
<p>Copy /system/application/config/constants.php to your installation, and modify if necessary.</p>
-
-<h2>Step 4: Update your user guide</h2>
+<h2>Step 4: Mimes File</h2>
+<p>Replace /system/application/config/mimes.php with the dowloaded version. If you've added custom mime types, you'll need to re-add them.</p>
+<h2>Step 5: Update your user guide</h2>
<p>Please also replace your local copy of the user guide with the new version.</p>
</div>
|