"proc_run" is now called with priority.

This commit is contained in:
Michael Vogel
2016-08-01 07:48:43 +02:00
parent 89227813fc
commit 668da905e2
31 changed files with 149 additions and 137 deletions

View File

@@ -64,7 +64,7 @@ function register_post(&$a) {
if($netpublish && $a->config['register_policy'] != REGISTER_APPROVE) {
$url = $a->get_baseurl() . '/profile/' . $user['nickname'];
proc_run('php',"include/directory.php","$url");
proc_run(PRIORITY_LOW, "include/directory.php", $url);
}
$using_invites = get_config('system','invitation_only');