mucho progress on notifier, email style dfrn url's
This commit is contained in:
parent
e98aaa3cbd
commit
9a6a60a9c1
9 changed files with 181 additions and 34 deletions
|
@ -58,8 +58,8 @@ function item_post(&$a) {
|
|||
intval($post_id));
|
||||
}
|
||||
|
||||
|
||||
proc_close(proc_open("php include/notifier.php $post_id > notify.log &",
|
||||
$url = bin2hex($a->get_baseurl());
|
||||
proc_close(proc_open("php include/notifier.php $url $post_id > notify.log &",
|
||||
array(),$foo));
|
||||
|
||||
// notifier($a,$post_id,$parent);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue