2012-01-25 Sergio Martin <sergio.martin@artica.es>

* include/functions_network_components.php: Fixed some
	include relative paths to API calls



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5423 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
zarzuelo 2012-01-25 09:09:55 +00:00
parent 77904c83bb
commit b09aff7fa4
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2012-01-25 Sergio Martin <sergio.martin@artica.es>
* include/functions_network_components.php: Fixed some
include relative paths to API calls
2012-01-25 Sergio Martin <sergio.martin@artica.es>
* include/functions_incidents.php

View File

@ -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.