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:
parent
3a7a821b7a
commit
d0831d8d37
|
@ -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,
|
||||
|
|
|
@ -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') {
|
||||
|
|
Loading…
Reference in New Issue