From ed52dd4b996fe86e5e3bcc9d6e4d9bcbaeb8b6fc Mon Sep 17 00:00:00 2001 From: "bitweaver.org" Date: Thu, 29 Dec 2005 22:19:05 +0000 Subject: fix mailer to log actions to stdout, and add missing _SERVER['HTTP_USER_AGENT'] --- admin/tend_mail_queue.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'admin/tend_mail_queue.php') 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 +?> -- cgit v1.3