Fix chemin d'accès au repertoire log

This commit is contained in:
Michael RICOIS 2017-03-27 11:53:17 +02:00
parent 3fe674505e
commit 8bd783baf1
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<?php
require_once __DIR__ . '/../vendor/autoload.php';
$pathShared = realpath(__DIR__ . '/../../shared');
$pathShared = realpath(__DIR__ . '/../../../shared');
/**
* Télécharge les fichiers OpenData Inpi

View File

@ -1,7 +1,7 @@
<?php
require_once __DIR__ . '/../vendor/autoload.php';
$pathShared = realpath(__DIR__ . '/../../shared');
$pathShared = realpath(__DIR__ . '/../../../shared');
$jobby = new Jobby\Jobby();
# Example of job definition: