diff options
author | Chris Kelly <ckdake@ckdake.com> | 2008-11-05 22:20:58 +0000 |
---|---|---|
committer | Chris Kelly <ckdake@ckdake.com> | 2008-11-05 22:20:58 +0000 |
commit | 3d20abcdf0874e831f64811a81f10b5610e8cda3 (patch) | |
tree | 8b7ec975e615a5931b7bcbe0c60fbbc5c71d079e /.htaccess | |
parent | 134bac46d07a4d027ef350c69a6cc8f787bfa6e9 (diff) |
move short_open_tag setting from .htaccess to ini_set because it works more often and fails more gracefully
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess deleted file mode 100644 index 9722ff7c..00000000 --- a/.htaccess +++ /dev/null @@ -1 +0,0 @@ -php_flag short_open_tag on |