Correction exec sur cron
This commit is contained in:
parent
a252e974fd
commit
53f0a7033b
@ -62,4 +62,4 @@ $sql = $commandesM->select()
|
|||||||
->where('idProfil != ?', 0)
|
->where('idProfil != ?', 0)
|
||||||
->where("dateStop = '0000-00-00 00:00:00'");
|
->where("dateStop = '0000-00-00 00:00:00'");
|
||||||
$result = $commandesM->fetchAll($sql, 'dateAdded ASC', 1);
|
$result = $commandesM->fetchAll($sql, 'dateAdded ASC', 1);
|
||||||
exec(realpath(dirname(__FILE__))."/enrichisement.php --id ".$result->id." &");
|
exec(realpath(dirname(__FILE__))."/enrichissement.php --id ".$result->id." &");
|
||||||
|
Loading…
Reference in New Issue
Block a user