Bin Header file path

This commit is contained in:
Michael RICOIS 2017-04-11 10:21:15 +02:00
parent 3f7a1deba5
commit 97b7b45248
5 changed files with 5 additions and 5 deletions

2
bin/library-cache.php Normal file → Executable file
View File

@ -1,5 +1,5 @@
<?php
require_once __DIR__ . '/../application/bin.bootstrap.php';
require_once realpath(__DIR__ . '/../../../../application/bin.bootstrap.php');
// --- Options
$displayUsage = false;

2
bin/library-log.php Normal file → Executable file
View File

@ -1,5 +1,5 @@
<?php
require_once __DIR__ . '/../application/bin.bootstrap.php';
require_once realpath(__DIR__ . '/../../../../application/bin.bootstrap.php');
// --- Options
$displayUsage = false;

2
bin/library-ratios.php Normal file → Executable file
View File

@ -1,5 +1,5 @@
<?php
require_once __DIR__ . '/../application/bin.bootstrap.php';
require_once realpath(__DIR__ . '/../../../../application/bin.bootstrap.php');
error_reporting(E_ALL & ~E_NOTICE);

2
bin/library-ratiosload.php Normal file → Executable file
View File

@ -1,5 +1,5 @@
<?php
require_once __DIR__ . '/../application/bin.bootstrap.php';
require_once realpath(__DIR__ . '/../../../../application/bin.bootstrap.php');
try {
$opts = new Zend_Console_Getopt(

2
bin/library-sfr.php Normal file → Executable file
View File

@ -1,5 +1,5 @@
<?php
require_once __DIR__ . '/../application/bin.bootstrap.php';
require_once realpath(__DIR__ . '/../../../../application/bin.bootstrap.php');
// --- Options
$displayUsage = false;