summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/conf.php14
1 files changed, 13 insertions, 1 deletions
diff --git a/includes/conf.php b/includes/conf.php
index f432d0c02..7df27806f 100644
--- a/includes/conf.php
+++ b/includes/conf.php
@@ -9,6 +9,18 @@
# $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 = array("UnConeD" => array(
@@ -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