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/utils/notify.php | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'forum/utils/notify.php') diff --git a/forum/utils/notify.php b/forum/utils/notify.php index f52d167..9c34e65 100644 --- a/forum/utils/notify.php +++ b/forum/utils/notify.php @@ -3,20 +3,6 @@ include_once($UTIL_DIR . "/error.php"); include_once($UTIL_DIR . "/log.php"); -/** - * CONFIG - */ -$subject_prefix = "DIE CMS notifier"; -$sender = "DIE "; -$replyto = $sender; -$footer = " - -Stay Brutal! -// DIE -http://www.executionroom.com -info@executionroom.com -"; - function send($email, $subject, $message) { global $subject_prefix; -- cgit v1.2.3