diff options
author | deva <deva> | 2008-10-13 12:39:17 +0000 |
---|---|---|
committer | deva <deva> | 2008-10-13 12:39:17 +0000 |
commit | 71f846affc51a062261aab575e53c37d2972bdfd (patch) | |
tree | 958ed1799d43f57e9c1eb68eda3beff30a04ad7b /forum/utils/notify.php | |
parent | 42032d4bd8dd0c9772afd6ef7c1b09104cb22e8b (diff) |
Removed all hardcoded executionroom.com references.
Diffstat (limited to 'forum/utils/notify.php')
-rw-r--r-- | forum/utils/notify.php | 14 |
1 files changed, 0 insertions, 14 deletions
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 <info@executionroom.com>"; -$replyto = $sender; -$footer = " - -Stay Brutal! -// DIE -http://www.executionroom.com -info@executionroom.com -"; - function send($email, $subject, $message) { global $subject_prefix; |