From acaeb278cea5e96e47af287b5ac46ed66fdb02cb Mon Sep 17 00:00:00 2001 From: Pedro Belo Date: Wed, 28 Sep 2011 15:13:42 -0700 Subject: [PATCH] allow short tags --- conf/php.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/php.ini b/conf/php.ini index 77a4cfeef..eae0bee24 100644 --- a/conf/php.ini +++ b/conf/php.ini @@ -223,7 +223,7 @@ engine = On ; Development Value: Off ; Production Value: Off ; http://php.net/short-open-tag -short_open_tag = Off +short_open_tag = On ; Allow ASP-style <% %> tags. ; http://php.net/asp-tags