From c389e229828e5e9b8acd2618f0e4365ada77beab Mon Sep 17 00:00:00 2001 From: Chris Kelly Date: Wed, 5 Nov 2008 22:37:48 +0000 Subject: doh. ini_set for short_open_tag only works in old version of php. reverting to using .htaccess --- .htaccess | 1 + 1 file changed, 1 insertion(+) create mode 100644 .htaccess (limited to '.htaccess') diff --git a/.htaccess b/.htaccess new file mode 100644 index 00000000..55b8ca98 --- /dev/null +++ b/.htaccess @@ -0,0 +1 @@ +php_flag short_open_tag 1 -- cgit v1.2.3