Jelajahi Sumber

Force shorttags on

Michael Francis 14 tahun lalu
induk
melakukan
81ac4d6fff
1 mengubah file dengan 4 tambahan dan 1 penghapusan
  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>