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:
parent
77904c83bb
commit
b09aff7fa4
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue