diff --git a/pandora_console/include/functions.php b/pandora_console/include/functions.php index 45fbcf1077..12bfc692d5 100644 --- a/pandora_console/include/functions.php +++ b/pandora_console/include/functions.php @@ -1585,7 +1585,7 @@ function enterprise_include($filename, $variables=[]) extract($variables); } - include $filepath; + include_once $filepath; return true; }