From eb2fbadbdfd52d98fd20bcb1905d33bd7a3fd49e Mon Sep 17 00:00:00 2001
From: deva <deva>
Date: Sun, 7 Dec 2008 14:48:58 +0000
Subject: Made notify resend after a configurable timeout.

---
 forum/htdocs/config.php.defaults | 6 ++++++
 1 file changed, 6 insertions(+)

(limited to 'forum/htdocs/config.php.defaults')

diff --git a/forum/htdocs/config.php.defaults b/forum/htdocs/config.php.defaults
index ec29e89..8a67e56 100644
--- a/forum/htdocs/config.php.defaults
+++ b/forum/htdocs/config.php.defaults
@@ -10,6 +10,11 @@ $FILE_MAX_SIZE = 5*1024; // 5kb
 $FORUM_URL = "http://www.example.com/forum";
 $FORUM_TITLE = "Example CMS";
 
+// Uncomment to use PostToGoogleCalendar through Zend
+//$ZEND_DIR = $UTIL_DIR;
+//$GOOGLE_CALENDAR_USER = "executionroom@gmail.com";
+//$GOOGLE_CALENDAR_PASSWD = "pisoglort";
+
 /**
  * Mail Configuration
  */
@@ -18,4 +23,5 @@ $sender = "Example User <info@example.com>";
 $replyto = $sender;
 $footer = "----
 Happy happy joy joy!";
+$NOTIFY_RESEND = 60 * 60 * 24 * 7; // Resend notifications after a week.
 ?>
-- 
cgit v1.2.3