فهرست منبع

Force shorttags on

Michael Francis 14 سال پیش
والد
کامیت
81ac4d6fff
1فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  1. 4 1
      webroot/.htaccess

+ 4 - 1
webroot/.htaccess

@@ -4,4 +4,7 @@
     RewriteCond %{REQUEST_FILENAME} !-f
     RewriteCond %{REQUEST_FILENAME} !favicon.ico$
     RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
-</IfModule>
+</IfModule>
+<IfModule mod_php5.c>
+  php_value short_open_tag 1
+</IfModule>