Commit da643ba2 authored by Ad Schellevis's avatar Ad Schellevis

(legacy) replace path in legacy binding

parent c8870b1b
...@@ -32,7 +32,7 @@ use Phalcon\DI\FactoryDefault; ...@@ -32,7 +32,7 @@ use Phalcon\DI\FactoryDefault;
use Phalcon\Loader; use Phalcon\Loader;
$di = new FactoryDefault(); $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 = new Loader();
$loader->registerDirs( $loader->registerDirs(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment