Add php script executable
This commit is contained in:
parent
71f83561d3
commit
3ce297dc98
@ -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