diff --git a/secure/v_mailto.php b/secure/v_mailto.php index 681c5e9e49..f493aac8d2 100755 --- a/secure/v_mailto.php +++ b/secure/v_mailto.php @@ -65,7 +65,7 @@ } //save output to - $fp = fopen(sys_get_temp_dir()."/mailer-app.log", "w"); + $fp = fopen(sys_get_temp_dir()."/mailer-app.log", "a"); //prepare the output buffers ob_end_clean();