mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
(legacy) replace path in legacy binding
This commit is contained in:
parent
c8870b1b30
commit
da643ba240
@ -32,7 +32,7 @@ use Phalcon\DI\FactoryDefault;
|
||||
use Phalcon\Loader;
|
||||
|
||||
$di = new FactoryDefault();
|
||||
$phalcon_config = include_once(__DIR__."/../../opnsense/mvc/app/config/config.php");
|
||||
$phalcon_config = include_once("/usr/local/opnsense/mvc/app/config/config.php");
|
||||
|
||||
$loader = new Loader();
|
||||
$loader->registerDirs(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user