diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-11-02 22:01:30 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-02 22:01:30 +0000 |
commit | aff7048b1f94dfcc98924bf9a0904dbba13709f7 (patch) | |
tree | 7763f07ca81b3770d1a432d446a65998df250e68 | |
parent | 2f151cf39fa6716755a3a3e16e61cfa68da11a77 (diff) |
Turn on short_open_tags
-rw-r--r-- | .htaccess | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess new file mode 100644 index 00000000..9722ff7c --- /dev/null +++ b/.htaccess @@ -0,0 +1 @@ +php_flag short_open_tag on |