diff options
| author | Carson Fleming <cflems@cflems.net> | 2022-12-12 03:25:18 -0800 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2022-12-12 03:25:18 -0800 |
| commit | b78beb7bcb32f459da058259778f3af4b436b4b3 (patch) | |
| tree | f98b12f9fd7e936c58d9a684249d57f7d58b44a7 /inc | |
| parent | d784c9eb9237dd98a1b7b415af5ab260558b30d8 (diff) | |
| download | bulletin-b78beb7bcb32f459da058259778f3af4b436b4b3.tar.gz | |
Remove line I had commented
Diffstat (limited to 'inc')
| -rw-r--r-- | inc/functions.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/functions.php b/inc/functions.php index 3e77190..c381ab7 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -88,7 +88,6 @@ function bulletin_mail ($to, $subject, $body) { return 0; } } - //$headers = 'To: ' . $to . "\r\n"; $headers = 'From: ' . $b_config['mail_from'] . "\r\n"; $headers .= 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=utf-8'; |
