From 27f7cf3482171bc500c5dae3cb2848c220087c96 Mon Sep 17 00:00:00 2001 From: Wee Sritippho Date: Mon, 12 Feb 2024 13:51:05 +0700 Subject: [PATCH] Enable short tags --- php-apache/5.2.6/conf/php.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-apache/5.2.6/conf/php.ini b/php-apache/5.2.6/conf/php.ini index e2df142..24de152 100644 --- a/php-apache/5.2.6/conf/php.ini +++ b/php-apache/5.2.6/conf/php.ini @@ -128,7 +128,7 @@ zend.ze1_compatibility_mode = Off ; servers which are not under your control, because short tags may not ; be supported on the target server. For portable, redistributable code, ; be sure not to use short tags. -short_open_tag = Off +short_open_tag = On ; Allow ASP-style <% %> tags. asp_tags = Off