summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorLoui Chang <louipc.ist@gmail.com>2007-10-03 21:28:01 -0400
committerDan McGee <dan@archlinux.org>2008-01-19 23:49:30 -0600
commitb2816c13cfe9bee50220d63685f78788467e990e (patch)
tree9cea9e5a2957702886dddf6b206a84e06ce98bb0 /web
parentda9d2b9e0db7a3c65a1a1945e82e724d04d7d631 (diff)
downloadaurweb-b2816c13cfe9bee50220d63685f78788467e990e.tar.xz
Make sure short_open_tag = Off via .htaccess
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web')
-rw-r--r--web/html/.htaccess1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/html/.htaccess b/web/html/.htaccess
index 1bf1488..d4cd012 100644
--- a/web/html/.htaccess
+++ b/web/html/.htaccess
@@ -1 +1,2 @@
+php_value short_open_tag Off
php_value include_path ".:../lib:../lang"