summaryrefslogtreecommitdiff
path: root/tests/misc/mailprotect_2_to.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/mailprotect_2_to.phpt')
-rw-r--r--tests/misc/mailprotect_2_to.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/mailprotect_2_to.phpt b/tests/misc/mailprotect_2_to.phpt
index 8723b6f..d98ac8e 100644
--- a/tests/misc/mailprotect_2_to.phpt
+++ b/tests/misc/mailprotect_2_to.phpt
@@ -8,7 +8,7 @@ suhosin.log.stdout=0
8suhosin.log.script=0 8suhosin.log.script=0
9suhosin.log.syslog=0 9suhosin.log.syslog=0
10suhosin.mail.protect=2 10suhosin.mail.protect=2
11sendmail_path=/usr/bin/true 11sendmail_path=$([ -f /bin/true ]&& echo /bin/true || echo /usr/bin/true)
12--FILE-- 12--FILE--
13<?php 13<?php
14 var_dump(mail("to", "subject", "msg", "To: me")); 14 var_dump(mail("to", "subject", "msg", "To: me"));