Skip to content
Snippets Groups Projects
Commit 7c187f89 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Added "short_open_tag 1" to the PHP settings.
parent 286871d6
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -22,6 +22,7 @@ ErrorDocument 500 /error.php
<IfModule mod_php4.c>
php_value register_globals 1
php_value track_vars 1
php_value short_open_tag 1
php_value magic_quotes_gpc 0
php_value magic_quotes_runtime 0
php_value magic_quotes_sybase 0
......
......@@ -25,9 +25,10 @@
# magic_quotes_runtime 0
# magic_quotes_sybase 0
# track_vars 1
# short_open_tag 1
# register_globals 1
# Avoid "page has expired" problems when browsing from your cache or
# Avoid "page has expired" problems when browsing from your cache or
# history after having filled out a form:
// ini_set("session.cache_limiter", "");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment