Skip to content

Commit

Permalink
Enable short tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Wee Sritippho committed Feb 12, 2024
1 parent 9d0c487 commit 27f7cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php-apache/5.2.6/conf/php.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27f7cf3

Please sign in to comment.