summaryrefslogtreecommitdiff
path: root/forum/utils/notify.php
diff options
context:
space:
mode:
Diffstat (limited to 'forum/utils/notify.php')
-rw-r--r--forum/utils/notify.php14
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;