summaryrefslogtreecommitdiff
path: root/admin/tend_mail_queue.php
diff options
context:
space:
mode:
authorbitweaver.org <bitweaver@users.sourceforge.net>2005-12-29 22:19:05 +0000
committerbitweaver.org <bitweaver@users.sourceforge.net>2005-12-29 22:19:05 +0000
commited52dd4b996fe86e5e3bcc9d6e4d9bcbaeb8b6fc (patch)
tree137926fe59769271b829d731445b24ade3f04d74 /admin/tend_mail_queue.php
parent0621591bde739a1c864c0b61b6f201b93077363a (diff)
downloadnewsletters-ed52dd4b996fe86e5e3bcc9d6e4d9bcbaeb8b6fc.tar.gz
newsletters-ed52dd4b996fe86e5e3bcc9d6e4d9bcbaeb8b6fc.tar.bz2
newsletters-ed52dd4b996fe86e5e3bcc9d6e4d9bcbaeb8b6fc.zip
fix mailer to log actions to stdout, and add missing _SERVER['HTTP_USER_AGENT']
Diffstat (limited to 'admin/tend_mail_queue.php')
-rw-r--r--admin/tend_mail_queue.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/admin/tend_mail_queue.php b/admin/tend_mail_queue.php
index 348ac21..e99fdf6 100644
--- a/admin/tend_mail_queue.php
+++ b/admin/tend_mail_queue.php
@@ -4,6 +4,7 @@
$_SERVER['SCRIPT_URL'] = '';
$_SERVER['HTTP_HOST'] = '';
+ $_SERVER['HTTP_USER_AGENT'] = '';
$_SERVER['SERVER_NAME'] = '';
$_SERVER['SERVER_ADMIN'] = '';
$_SERVER['SERVER_SOFTWARE'] = 'command line';
@@ -32,4 +33,4 @@
$gBitMailer->tendQueue();
}
-?> \ No newline at end of file
+?>