summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2002-12-07 21:21:35 +0000
committerDries Buytaert <dries@buytaert.net>2002-12-07 21:21:35 +0000
commit7c187f894cb74270cf1a43bbfe5844e0ac5b56ec (patch)
tree0b2edf785b5a4c0039c660751412976afc7c95a7 /.htaccess
parent286871d62c9ca53690e81df86e1dbfc3c43dfe32 (diff)
downloadbrdo-7c187f894cb74270cf1a43bbfe5844e0ac5b56ec.tar.gz
brdo-7c187f894cb74270cf1a43bbfe5844e0ac5b56ec.tar.bz2
- Added "short_open_tag 1" to the PHP settings.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess1
1 files changed, 1 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index dc77f4d71..a592b0315 100644
--- a/.htaccess
+++ b/.htaccess
@@ -22,6 +22,7 @@ ErrorDocument 500 /error.php
<IfModule mod_php4.c>
php_value register_globals 1
php_value track_vars 1
+ php_value short_open_tag 1
php_value magic_quotes_gpc 0
php_value magic_quotes_runtime 0
php_value magic_quotes_sybase 0