]> git.mxchange.org Git - friendica.git/blobdiff - mod/message.php
prepare for open source server release
[friendica.git] / mod / message.php
index 6119e894fe40c54fad98da5354fc76463718c602..45908d2332248ee32c383f8dbe9cc1d156061f28 100644 (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 );
        }