mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
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>
|
2012-01-25 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* include/functions_incidents.php
|
* include/functions_incidents.php
|
||||||
|
@ -21,9 +21,9 @@
|
|||||||
/**
|
/**
|
||||||
* Include modules functions
|
* Include modules functions
|
||||||
*/
|
*/
|
||||||
include_once ('include/functions_modules.php');
|
include_once ($config['homedir'].'/include/functions_modules.php');
|
||||||
include_once ('include/functions_agents.php');
|
include_once ($config['homedir'].'/include/functions_agents.php');
|
||||||
include_once ('include/functions_users.php');
|
include_once ($config['homedir'].'/include/functions_users.php');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get a list of network components.
|
* Get a list of network components.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user