Sync server v2

This commit is contained in:
2019-10-07 18:01:03 +02:00
parent 76346ecce8
commit b40d3f7783
2 changed files with 76 additions and 37 deletions

View File

@@ -88,7 +88,7 @@ elseif($sAction!='' && !$bLoggedIn)
$sResult = $oCATC->updateServer();
break;
case 'file_update':
$sResult = $oCATC->updateFile();
$sResult = $oCATC->updateFiles();
break;
default:
$sResult = CATC::getJsonResult(false, CATC::NOT_FOUND);