Correction chemin script enrichissement

This commit is contained in:
Michael RICOIS 2013-10-29 14:02:41 +00:00
parent 7b0d69e7dc
commit 26ef12a99d

View File

@ -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__))."/enrichissement.php --id ".$info->id." &");
exec(realpath(dirname(__FILE__))."/jobs/enrichissement.php --id ".$info->id." &");
}
}