2009-12-21 Ramon Novoa <rnovoa@artica.es>
* include/api.php: Added an Enterprise API. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2227 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
5aeff7da55
commit
781791ade0
|
@ -1,3 +1,7 @@
|
|||
2009-12-21 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* include/api.php: Added an Enterprise API.
|
||||
|
||||
2009-12-21 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* install.php: clean source code.
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
require_once ("config.php");
|
||||
require_once("functions_api.php");
|
||||
enterprise_include_once ('include/functions_enterprise_api.php');
|
||||
|
||||
//Get the parameters and parse if necesary.
|
||||
$ipOrigin = $_SERVER['REMOTE_ADDR'];
|
||||
|
|
Loading…
Reference in New Issue