installer changes, pe sync
This commit is contained in:
parent
7294a3aab1
commit
35e29e10e6
15 changed files with 345 additions and 77 deletions
|
@ -170,8 +170,9 @@ function dfrn_notify_post(&$a) {
|
|||
);
|
||||
|
||||
$url = $a->get_baseurl();
|
||||
$php_path = ((strlen($a->config['php_path'])) ? $a->config['php_path'] : 'php');
|
||||
|
||||
proc_close(proc_open("php include/notifier.php $url comment-import $posted_id > remote-notify.log &",
|
||||
proc_close(proc_open("\"$php_path\" \"include/notifier.php\" \"$url\" \"comment-import\" \"$posted_id\" &",
|
||||
array(),$foo));
|
||||
|
||||
if(($importer['notify-flags'] & NOTIFY_COMMENT) && (! $importer['self'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue