no need for Geo API keys anymore
This commit is contained in:
@@ -54,7 +54,7 @@ if($sAction!='')
|
|||||||
$sResult = $oSpot->syncPics();
|
$sResult = $oSpot->syncPics();
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
$sResult = Spot::getJsonResult(false, Spot::NOT_FOUND);
|
$sResult = Main::getJsonResult(false, Main::NOT_FOUND);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else $sResult = $oSpot->getMainPage();
|
else $sResult = $oSpot->getMainPage();
|
||||||
|
|||||||
@@ -10,8 +10,5 @@ class Settings
|
|||||||
const DB_ENC = 'utf8mb4';
|
const DB_ENC = 'utf8mb4';
|
||||||
const TEXT_ENC = 'UTF-8';
|
const TEXT_ENC = 'UTF-8';
|
||||||
const TIMEZONE = 'Europe/Paris';
|
const TIMEZONE = 'Europe/Paris';
|
||||||
const MAPBOX_KEY = '';
|
|
||||||
const IGN_FR_KEY = '';
|
|
||||||
const LINZ_KEY = '';
|
|
||||||
const DEBUG = true;
|
const DEBUG = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user