kbs1 background process fix

This commit is contained in:
Arionum
2018-02-18 21:16:11 +02:00
parent ec153dd099
commit 0170559fd5
5 changed files with 16 additions and 8 deletions

View File

@@ -56,7 +56,7 @@ if($q=="info"){
if($res){
$current=$block->current();
system("php propagate.php block $current[id] &>/dev/null &");
system("php propagate.php block $current[id] > /dev/null 2>&1 &");
api_echo("accepted");
}
}