summaryrefslogtreecommitdiff
path: root/forum/htdocs/config.php.defaults
diff options
context:
space:
mode:
Diffstat (limited to 'forum/htdocs/config.php.defaults')
-rw-r--r--forum/htdocs/config.php.defaults11
1 files changed, 11 insertions, 0 deletions
diff --git a/forum/htdocs/config.php.defaults b/forum/htdocs/config.php.defaults
index 7f0d643..ec29e89 100644
--- a/forum/htdocs/config.php.defaults
+++ b/forum/htdocs/config.php.defaults
@@ -7,4 +7,15 @@ $PERMSTORE = $DATA_DIR . "/files";
$IMAGECACHE = $DATA_DIR . "/imagecache";
$LOG_FILE = $DATA_DIR . "/forum.log";
$FILE_MAX_SIZE = 5*1024; // 5kb
+$FORUM_URL = "http://www.example.com/forum";
+$FORUM_TITLE = "Example CMS";
+
+/**
+ * Mail Configuration
+ */
+$subject_prefix = "CMS notifier";
+$sender = "Example User <info@example.com>";
+$replyto = $sender;
+$footer = "----
+Happy happy joy joy!";
?>