1
0
Fork 0

prepare for open source server release

This commit is contained in:
Mike Macgirvin 2010-09-21 16:01:19 -07:00
commit db89a1eb44
7 changed files with 112 additions and 18 deletions

View file

@ -70,7 +70,7 @@ function message_post(&$a) {
$php_path = ((strlen($a->config['php_path'])) ? $a->config['php_path'] : 'php');
if($post_id) {
proc_close(proc_open("\"$php_path\" \"include/notifier.php\" \"mail\" \"$post_id\" > mail.out &",
proc_close(proc_open("\"$php_path\" \"include/notifier.php\" \"mail\" \"$post_id\" &",
array(),$foo));
notice( t('Message sent.') . EOL );
}