From cdf891e1520be6758d770466c6689f4176194466 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Sun, 13 Jan 2013 18:13:49 +0200 Subject: [PATCH] enable short_open_tag support --- install/vst-install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install/vst-install.sh b/install/vst-install.sh index 056ac32c..7b5cf176 100644 --- a/install/vst-install.sh +++ b/install/vst-install.sh @@ -412,6 +412,9 @@ chmod 640 /var/log/httpd/error_log chmod 640 /var/log/httpd/suexec.log chmod 751 /var/log/httpd/domains +# Enable short_open_tag in php config +sed -i 's/short_open_tag = Off/short_open_tag = On/g' /etc/php.ini + # Nginx if [ -e '/etc/nginx/nginx.conf' ]; then mv /etc/nginx/nginx.conf $vst_backups/nginx/