proc_run, not proc_exec
This commit is contained in:
parent
c102a4e428
commit
347faa59b6
@ -43,7 +43,7 @@ function connect_post(&$a) {
|
||||
intval(PAGE_PREMIUM),
|
||||
intval(local_user())
|
||||
);
|
||||
proc_exec('php','include/notifier.php','refresh_all',$channel['channel_id']);
|
||||
proc_run('php','include/notifier.php','refresh_all',$channel['channel_id']);
|
||||
}
|
||||
set_pconfig($channel['channel_id'],'system','selltext',$text);
|
||||
goaway(z_root() . '/' . $a->query_string);
|
||||
|
Reference in New Issue
Block a user