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 +++++++++++ forum/htdocs/index.php | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) (limited to 'forum/htdocs') 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!"; ?> diff --git a/forum/htdocs/index.php b/forum/htdocs/index.php index ab63d9b..aa3be9c 100644 --- a/forum/htdocs/index.php +++ b/forum/htdocs/index.php @@ -29,7 +29,7 @@ include_once($UTIL_DIR . "/clientinfo.php"); -ExecutionForum +<?php echo $FORUM_TITLE; ?> -- cgit v1.2.3