Add update emails

This commit is contained in:
2020-04-13 18:06:48 +02:00
parent a5fa444997
commit 47b693988a
11 changed files with 205 additions and 153 deletions

View File

@@ -39,6 +39,9 @@ if($sAction!='')
case 'feed':
$sResult = $oSpot->getNewsFeed($iChunk);
break;
case 'update_project':
$sResult = $oSpot->updateProject();
break;
case 'upload':
$sResult = $oSpot->upload();
break;