Merge
This commit is contained in:
commit
9ee15c0a2a
@ -69,7 +69,7 @@ if ( count($result)>0 ) {
|
||||
if (count($result)>0) {
|
||||
$info = $result->current();
|
||||
echo "Lancement enrichissement $info->id\n";
|
||||
exec(realpath(dirname(__FILE__))."/jobs/enrichissement.php --id ".$info->id." &");
|
||||
exec('php '.realpath(dirname(__FILE__))."/jobs/enrichissement.php --id ".$info->id." &");
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user