Fix chemin d'accès au repertoire log
This commit is contained in:
parent
3fe674505e
commit
8bd783baf1
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
require_once __DIR__ . '/../vendor/autoload.php';
|
require_once __DIR__ . '/../vendor/autoload.php';
|
||||||
|
|
||||||
$pathShared = realpath(__DIR__ . '/../../shared');
|
$pathShared = realpath(__DIR__ . '/../../../shared');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Télécharge les fichiers OpenData Inpi
|
* Télécharge les fichiers OpenData Inpi
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
require_once __DIR__ . '/../vendor/autoload.php';
|
require_once __DIR__ . '/../vendor/autoload.php';
|
||||||
|
|
||||||
$pathShared = realpath(__DIR__ . '/../../shared');
|
$pathShared = realpath(__DIR__ . '/../../../shared');
|
||||||
|
|
||||||
$jobby = new Jobby\Jobby();
|
$jobby = new Jobby\Jobby();
|
||||||
# Example of job definition:
|
# Example of job definition:
|
||||||
|
Loading…
Reference in New Issue
Block a user