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

- Added an ini_set(...) to conf.php to solve history/cache browsing issues
  on some Drupal/PHP installations.
parent 078e2fdc
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
......@@ -8,6 +8,18 @@
# $db_url = "pgsql://userer:password@hostname/database";
# $db_url = "mysql://userer:password@hostname/database";
#
# PHP settings:
#
# Avoid "page has expired" problems when browsing from your cache or history
# after having filled out a form:
// ini_set("session.cache_limiter", "");
# If required, update PHP's include path to include your PEAR directory:
// ini_set("include_path", ".:/path/to/pear");
#
# Themes:
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment