Bin Header file path
This commit is contained in:
parent
3f7a1deba5
commit
97b7b45248
2
bin/library-cache.php
Normal file → Executable file
2
bin/library-cache.php
Normal file → Executable 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
2
bin/library-log.php
Normal file → Executable 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
2
bin/library-ratios.php
Normal file → Executable 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
2
bin/library-ratiosload.php
Normal file → Executable 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
2
bin/library-sfr.php
Normal file → Executable file
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
require_once __DIR__ . '/../application/bin.bootstrap.php';
|
||||
require_once realpath(__DIR__ . '/../../../../application/bin.bootstrap.php');
|
||||
|
||||
// --- Options
|
||||
$displayUsage = false;
|
||||
|
Loading…
Reference in New Issue
Block a user