Ver Fonte

Force shorttags on

Michael Francis há 14 anos atrás
pai
commit
81ac4d6fff
1 ficheiros alterados com 4 adições e 1 exclusões
  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>