1
0
Fork 0

mucho progress on notifier, email style dfrn url's

This commit is contained in:
Mike Macgirvin 2010-07-08 07:03:25 -07:00
commit 9a6a60a9c1
9 changed files with 181 additions and 34 deletions

View file

@ -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);