feed class

This commit is contained in:
2019-02-28 22:29:09 +01:00
parent 70489bd680
commit 2edba945c9
5 changed files with 142 additions and 114 deletions

View File

@@ -53,9 +53,6 @@ if($sAction!='')
case 'sync_pics':
$sResult = $oSpot->syncPics();
break;
case 'convert':
$sResult = $oSpot->convertGpxToGeoJson();
break;
default:
$sResult = Spot::getJsonResult(false, Spot::NOT_FOUND);
}