2012-05-30 Sergio Martin <sergio.martin@artica.es>

* include/functions_api.php: Added to API a test function
	to test the API connection returning OK when success



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6364 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
zarzuelo 2012-05-30 09:20:55 +00:00
parent 3a7a821b7a
commit d0831d8d37
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2012-05-30 Sergio Martin <sergio.martin@artica.es>
* include/functions_api.php: Added to API a test function
to test the API connection returning OK when success
2012-05-30 Dario Rodriguez <dario@artica.es>
* include/functions_reporting.php: Fixed group view,

View File

@ -178,6 +178,10 @@ function isInACL($ip) {
return false;
}
function get_test() {
echo "OK";
}
//-------------------------DEFINED OPERATIONS FUNCTIONS-----------------
function get_groups($thrash1, $thrash2, $other, $returnType, $user_in_db) {
if ($other['type'] == 'string') {