Split expire.php in several processes / small worker changes
This commit is contained in:
parent
fd36e4e8b0
commit
30b0a035f9
8 changed files with 79 additions and 38 deletions
|
|
@ -888,7 +888,7 @@ function zrl_init(App $a) {
|
|||
return;
|
||||
}
|
||||
|
||||
proc_run(PRIORITY_LOW, 'include/gprobe.php', bin2hex($tmp_str));
|
||||
proc_run(PRIORITY_LOW, 'include/gprobe.php', $tmp_str);
|
||||
$arr = array('zrl' => $tmp_str, 'url' => $a->cmd);
|
||||
call_hooks('zrl_init', $arr);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue