From b2816c13cfe9bee50220d63685f78788467e990e Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Wed, 3 Oct 2007 21:28:01 -0400 Subject: Make sure short_open_tag = Off via .htaccess Signed-off-by: Loui Chang --- web/html/.htaccess | 1 + 1 file changed, 1 insertion(+) (limited to 'web/html') diff --git a/web/html/.htaccess b/web/html/.htaccess index 1bf1488b..d4cd0121 100644 --- a/web/html/.htaccess +++ b/web/html/.htaccess @@ -1 +1,2 @@ +php_value short_open_tag Off php_value include_path ".:../lib:../lang" -- cgit v1.2.3-24-g4f1b