From fc2f1a70a81dd989cd72cc803afecf52118ee100 Mon Sep 17 00:00:00 2001 From: Rich Breton Date: Tue, 26 Jun 2018 11:47:15 -0600 Subject: [PATCH] append for troubleshooting purposes (#3195) Seems like can handle, filesize with logrotate or another way manually. --- secure/v_mailto.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();