Fix conflicting files

This commit is contained in:
2026-05-10 15:45:25 +02:00
parent 821b6b47f3
commit e293193dd7
3 changed files with 0 additions and 21 deletions

View File

@@ -79,12 +79,6 @@ if($sAction!='')
break;
case 'add_position':
$sResult = $oSpot->addPosition($sLat, $sLng, $iTimestamp);
<<<<<<< HEAD:index.php
break;
case 'admin_new':
$sResult = $oSpot->createProject();
=======
>>>>>>> vue:lib/index.php
break;
case 'admin_get':
$sResult = $oSpot->getAdminSettings();