switching to gmap3

This commit is contained in:
2015-12-10 23:12:50 +01:00
parent a52307af80
commit 47ef0bae24
23 changed files with 384895 additions and 30 deletions

6
index.php Normal file → Executable file
View File

@@ -27,11 +27,11 @@ if($sAction!='')
{
switch($sAction)
{
case '':
//$sResult = $oSpot->
case 'messages':
$sResult = $oSpot->getMessages();
break;
default:
$sResult = Pedidor::getJsonResult(false, Pedidor::NOT_FOUND);
$sResult = Spot::getJsonResult(false, Spot::NOT_FOUND);
}
}
else $sResult = $oSpot->getMainPage();