Merge branch 'develop'
This commit is contained in:
commit
1445ff558c
@ -38,10 +38,10 @@ if ($displayUsage) {
|
||||
}
|
||||
|
||||
// Stockage Client => SD
|
||||
$pathClientSend = '/home/scores/batch/shared/clients/fransbonhomme/send';
|
||||
$pathClientSend = $c->profil->path->shared . '/clients/fransbonhomme/send';
|
||||
|
||||
// Stockage SD => Client
|
||||
$pathClientRecv = '/home/scores/batch/shared/clients/fransbonhomme/recv';
|
||||
$pathClientRecv = $c->profil->path->shared . '/clients/fransbonhomme/recv';
|
||||
|
||||
$execRef = new Scores_Exec_Ref('RAPPORTSTEXTE');
|
||||
$execId = $execRef->start();
|
||||
|
Loading…
Reference in New Issue
Block a user