summaryrefslogtreecommitdiffstats
path: root/application/config/config.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-07-22 11:46:16 +0200
committerAndrey Andreev <narf@devilix.net>2015-07-22 11:46:16 +0200
commit07355daccd7f2d0e1fbea3c6d9a9eab575aa9ad8 (patch)
treea328419686c33a8aab24f906f7e9e61c9db1bd31 /application/config/config.php
parente1a94d30e2f30cee36f71c246136fb2db34d25df (diff)
Fix #3991
Diffstat (limited to 'application/config/config.php')
-rw-r--r--application/config/config.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/application/config/config.php b/application/config/config.php
index f4ba70a4e..a4d883fab 100644
--- a/application/config/config.php
+++ b/application/config/config.php
@@ -480,6 +480,8 @@ $config['time_reference'] = 'local';
| can rewrite the tags on-the-fly, enabling you to utilize that syntax
| in your view files. Options are TRUE or FALSE (boolean)
|
+| Note: You need to have eval() enabled for this to work.
+|
*/
$config['rewrite_short_tags'] = FALSE;