fix
This commit is contained in:
parent
834ec56a4c
commit
21696b36c5
1 changed files with 6 additions and 0 deletions
|
|
@ -32,6 +32,12 @@ if (!function_exists('billing_panel_bootstrap')) {
|
||||||
$root = dirname($root);
|
$root = dirname($root);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static $includeInjected = false;
|
||||||
|
if (!$includeInjected) {
|
||||||
|
set_include_path($root . PATH_SEPARATOR . get_include_path());
|
||||||
|
$includeInjected = true;
|
||||||
|
}
|
||||||
|
|
||||||
// Define panel constants if they are not already defined (panel runtime does this for us).
|
// Define panel constants if they are not already defined (panel runtime does this for us).
|
||||||
if (!defined('INCLUDES')) {
|
if (!defined('INCLUDES')) {
|
||||||
define('INCLUDES', 'includes/');
|
define('INCLUDES', 'includes/');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue