summaryrefslogtreecommitdiffstats
path: root/user_guide/installation
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-30 05:39:12 +0100
committeradmin <devnull@localhost>2006-10-30 05:39:12 +0100
commit49439ff0a4deaac47e078c137216b0c410bd6ec4 (patch)
tree3e92faeba4204e1efd44a6ae86d32268bb1fc355 /user_guide/installation
parentf3a6204bb0f4538d6a77d9c85c56545be73ecd64 (diff)
Diffstat (limited to 'user_guide/installation')
-rw-r--r--user_guide/installation/upgrade_150.html14
1 files changed, 13 insertions, 1 deletions
diff --git a/user_guide/installation/upgrade_150.html b/user_guide/installation/upgrade_150.html
index 6ebc331d6..06d0c7027 100644
--- a/user_guide/installation/upgrade_150.html
+++ b/user_guide/installation/upgrade_150.html
@@ -101,7 +101,7 @@ $db['default']['cachedir'] = '';
<h2>Step 2: Update your config.php file</h2>
-<p>Open your <dfn>application/config/config.php</dfn> file and <kbd>ADD</kbd> this new item:</p>
+<p>Open your <dfn>application/config/config.php</dfn> file and <kbd>ADD</kbd> these new items:</p>
<pre>
/*
@@ -117,6 +117,18 @@ $db['default']['cachedir'] = '';
|
*/
$config['subclass_prefix'] = 'MY_';
+
+/*
+|--------------------------------------------------------------------------
+| Rewrite PHP Short Tags
+|--------------------------------------------------------------------------
+|
+| If your PHP installation does not have short tag support enabled CI
+| can rewrite the tags on-the-fly, enabling you to utilize that syntax
+| in your view files. Options are TRUE or FALSE (boolean)
+|
+*/
+$config['rewrite_short_tags'] = FALSE;
</pre>
<p>In that same file <kbd>REMOVE</kbd> this item:</p>