From 0a1a1b535632aac95680bed6e2a6b098aa7e5c54 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 21 Aug 2005 20:32:12 +0000 Subject: [PATCH] r352: We do use the email system! --- includes/init.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/init.php b/includes/init.php index f6a15b7..c6eb113 100755 --- a/includes/init.php +++ b/includes/init.php @@ -41,7 +41,7 @@ $db->database = $database; $db->connect($servername, $username, $password, $usepconnect); $bugsys->load('functions'); -//$bugsys->load('mail'); +$bugsys->load('mail'); $bugsys->exec_sanitize_data(); // change cookie expiration to one hour @@ -74,8 +74,8 @@ while ($store = $db->fetch_array($datastoretemp)) $bugsys->options = $bugsys->datastore['setting']; unset($bugsys->datastore['setting']); -//$mail->from = $bugsys->options['webmasteremail']; -//$mail->fromname = 'BugStrike Notification'; +$mail->from = $bugsys->options['webmasteremail']; +$mail->fromname = 'BugStrike Notification'; // ################################################################### // load userinfo -- 2.22.5