2013-10-22 Hirofumi Kosaka <kosaka@rworks.jp>

* include/ajax/module.php: changed the code to avoid to try to
          load enterprise code unconditionally.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8944 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
hkosaka 2013-10-22 09:42:36 +00:00
parent dfa8f6f840
commit fd06a5a9f8
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2013-10-22 Hirofumi Kosaka <kosaka@rworks.jp>
* include/ajax/module.php: changed the code to avoid to try to
load enterprise code unconditionally.
2013-10-21 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_api.php: applied the path from

View File

@ -18,7 +18,7 @@ global $config;
include_once($config['homedir'] . "/include/functions_agents.php");
include_once($config['homedir'] . "/include/functions_ui.php");
require_once ($config['homedir'] . '/enterprise/include/functions_metaconsole.php');
enterprise_include_once ('include/functions_metaconsole.php');
$get_plugin_macros = get_parameter('get_plugin_macros');
if ($get_plugin_macros) {