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 /index.php | |
parent | 91a0236f8cdea57f70433f0f90a4f60f9418cbad (diff) |
doh. ini_set for short_open_tag only works in old version of php. reverting to using .htaccess
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -30,9 +30,6 @@ error_reporting(E_ALL); // and logging. You can turn off Kohana errors in application/config/config.php ini_set('display_errors', true); -// Enable short open tags to make our theme templates work -ini_set('short_open_tag', 1); - define('EXT', '.php'); define('DOCROOT', getcwd().DIRECTORY_SEPARATOR); |