diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index c5aded1402..31dffb70ff 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2012-01-25 Sergio Martin + + * include/functions_network_components.php: Fixed some + include relative paths to API calls + 2012-01-25 Sergio Martin * include/functions_incidents.php diff --git a/pandora_console/include/functions_network_components.php b/pandora_console/include/functions_network_components.php index 885a602c15..56e2aee7fd 100644 --- a/pandora_console/include/functions_network_components.php +++ b/pandora_console/include/functions_network_components.php @@ -21,9 +21,9 @@ /** * Include modules functions */ -include_once ('include/functions_modules.php'); -include_once ('include/functions_agents.php'); -include_once ('include/functions_users.php'); +include_once ($config['homedir'].'/include/functions_modules.php'); +include_once ($config['homedir'].'/include/functions_agents.php'); +include_once ($config['homedir'].'/include/functions_users.php'); /** * Get a list of network components.