diff options
author | Chris Kelly <ckdake@ckdake.com> | 2008-11-05 22:37:48 +0000 |
---|---|---|
committer | Chris Kelly <ckdake@ckdake.com> | 2008-11-05 22:37:48 +0000 |
commit | c389e229828e5e9b8acd2618f0e4365ada77beab (patch) | |
tree | 03bbf3c3280ab80f93b217a960593ac7f6e4dd68 /.htaccess | |
parent | 91a0236f8cdea57f70433f0f90a4f60f9418cbad (diff) |
doh. ini_set for short_open_tag only works in old version of php. reverting to using .htaccess
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 1 |
1 files changed, 1 insertions, 0 deletions
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 |