htaccess update for short open tag

This commit is contained in:
Clemens Schwaighofer
2019-10-02 11:54:19 +09:00
parent 3d842d4107
commit fd8caaf5de

View File

@@ -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