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:
parent
dfa8f6f840
commit
fd06a5a9f8
|
@ -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>
|
2013-10-21 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* include/functions_api.php: applied the path from
|
* include/functions_api.php: applied the path from
|
||||||
|
|
|
@ -18,7 +18,7 @@ global $config;
|
||||||
|
|
||||||
include_once($config['homedir'] . "/include/functions_agents.php");
|
include_once($config['homedir'] . "/include/functions_agents.php");
|
||||||
include_once($config['homedir'] . "/include/functions_ui.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');
|
$get_plugin_macros = get_parameter('get_plugin_macros');
|
||||||
if ($get_plugin_macros) {
|
if ($get_plugin_macros) {
|
||||||
|
|
Loading…
Reference in New Issue