summaryrefslogtreecommitdiffstats
path: root/system/application
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 /system/application
parentf3a6204bb0f4538d6a77d9c85c56545be73ecd64 (diff)
Diffstat (limited to 'system/application')
-rw-r--r--system/application/config/config.php29
1 files changed, 13 insertions, 16 deletions
diff --git a/system/application/config/config.php b/system/application/config/config.php
index fc4724010..3c3b423dc 100644
--- a/system/application/config/config.php
+++ b/system/application/config/config.php
@@ -144,29 +144,13 @@ $config['function_trigger'] = 'm';
/*
|--------------------------------------------------------------------------
-| Error Logging
-|--------------------------------------------------------------------------
-|
-<<<<<<< .mine
-| Options are "local" or "gmt". This pref tells the system whether to use
-| your server's local time as the master "now" reference, or convert it to
-| GMT. See the "date helper" page of the user guide for information
-| regarding date handling.
-|
-*/
-$config['time_reference'] = 'local';
-
-/*
-|--------------------------------------------------------------------------
| Error Logging Threshold
|--------------------------------------------------------------------------
|
| If you have enabled error logging, you can set an error threshold to
| determine what gets logged. Threshold options are:
-=======
| You can enable error logging by setting a threshold over zero. The
| threshold determines what gets logged. Threshold options are:
->>>>>>> .r388
|
| 0 = Disables logging
| 0 = Error logging TURNED OFF
@@ -302,4 +286,17 @@ $config['compress_output'] = FALSE;
$config['time_reference'] = 'local';
+/*
+|--------------------------------------------------------------------------
+| 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;
+
+
?> \ No newline at end of file