- Added an ini_set(...) to conf.php to solve history/cache browsing issues
on some Drupal/PHP installations.4.0.x
parent
078e2fdcbd
commit
eb2a3f3f52
|
@ -8,6 +8,18 @@
|
||||||
# $db_url = "pgsql://userer:password@hostname/database";
|
# $db_url = "pgsql://userer:password@hostname/database";
|
||||||
# $db_url = "mysql://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:
|
# Themes:
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue