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
6b3930c38f
commit
6054bf359a
|
@ -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>
|
2012-05-30 Dario Rodriguez <dario@artica.es>
|
||||||
|
|
||||||
* include/functions_reporting.php: Fixed group view,
|
* include/functions_reporting.php: Fixed group view,
|
||||||
|
|
|
@ -178,6 +178,10 @@ function isInACL($ip) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function get_test() {
|
||||||
|
echo "OK";
|
||||||
|
}
|
||||||
|
|
||||||
//-------------------------DEFINED OPERATIONS FUNCTIONS-----------------
|
//-------------------------DEFINED OPERATIONS FUNCTIONS-----------------
|
||||||
function get_groups($thrash1, $thrash2, $other, $returnType, $user_in_db) {
|
function get_groups($thrash1, $thrash2, $other, $returnType, $user_in_db) {
|
||||||
if ($other['type'] == 'string') {
|
if ($other['type'] == 'string') {
|
||||||
|
|
Loading…
Reference in New Issue