From eb2a3f3f52dd1b9692aafbd040fa48dde572d40e Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 23 Oct 2001 20:26:02 +0000 Subject: - Added an ini_set(...) to conf.php to solve history/cache browsing issues on some Drupal/PHP installations. --- includes/conf.php | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/conf.php b/includes/conf.php index f432d0c02..7df27806f 100644 --- a/includes/conf.php +++ b/includes/conf.php @@ -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: # @@ -34,5 +46,5 @@ $themes = array("UnConeD" => array( # but make sure your SQL table, called locales is updated # appropriately. $languages = array("en" => "English"); - + ?> \ No newline at end of file -- cgit v1.2.3