diff options
author | Loui Chang <louipc.ist@gmail.com> | 2007-10-04 03:28:01 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-01-20 06:49:30 +0100 |
commit | b2816c13cfe9bee50220d63685f78788467e990e (patch) | |
tree | 9cea9e5a2957702886dddf6b206a84e06ce98bb0 | |
parent | da9d2b9e0db7a3c65a1a1945e82e724d04d7d631 (diff) | |
download | aur-b2816c13cfe9bee50220d63685f78788467e990e.tar.gz aur-b2816c13cfe9bee50220d63685f78788467e990e.tar.xz |
Make sure short_open_tag = Off via .htaccess
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
-rw-r--r-- | web/html/.htaccess | 1 |
1 files changed, 1 insertions, 0 deletions
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" |