summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.htaccess1
-rw-r--r--index.php3
2 files changed, 1 insertions, 3 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
diff --git a/index.php b/index.php
index cbbcc032..1007767a 100644
--- a/index.php
+++ b/index.php
@@ -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);