From 71f846affc51a062261aab575e53c37d2972bdfd Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 13 Oct 2008 12:39:17 +0000 Subject: Removed all hardcoded executionroom.com references. --- forum/htdocs/config.php.defaults | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'forum/htdocs/config.php.defaults') 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 "; +$replyto = $sender; +$footer = "---- +Happy happy joy joy!"; ?> -- cgit v1.2.3