From fd8caaf5decf9097deda883da2afcde8ec951d09 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Wed, 2 Oct 2019 11:54:19 +0900 Subject: [PATCH] htaccess update for short open tag --- .htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/.htaccess b/.htaccess index 14842d6b..ccbaaf01 100644 --- a/.htaccess +++ b/.htaccess @@ -9,6 +9,7 @@ php_value xdebug.show_local_vars 0 # allowed COOKIE, FILES, GET, POST, REQUEST, SERVER, SESSION #php_value xdebug.dump.GET * # PHP ERROR SETTINGS +php_flag short_open_tag off php_flag display_startup_errors on php_flag display_errors on php_flag html_errors on