Example #1
0
 public static function getAll()
 {
     $result = lC_Configuration_Admin::getAll($_GET['gid'], $_GET['view']);
     $result['rpcStatus'] = RPC_STATUS_SUCCESS;
     echo json_encode($result);
 }