Use php executable
This commit is contained in:
parent
e1951a6468
commit
250e5c9819
@ -66,5 +66,5 @@ $result = $commandesM->fetchAll($sql);
|
||||
if (count($result)>0) {
|
||||
$info = $result->current();
|
||||
echo "Lancement enrichissement $info->id\n";
|
||||
exec(realpath(dirname(__FILE__))."/enrichissement.php --id ".$info->id." &");
|
||||
exec('php '.realpath(dirname(__FILE__))."/enrichissement.php --id ".$info->id." &");
|
||||
}
|
Loading…
Reference in New Issue
Block a user