403 http request wrapping

This commit is contained in:
2019-03-23 22:56:38 +01:00
parent 693b929519
commit 5063379f22
2 changed files with 2 additions and 5 deletions

View File

@@ -334,10 +334,7 @@ class Spot extends Main
$oWmts = new Wmts($sMapId);
return $oWmts->pushTile($iX, $iY, $iZ);
}
else {
header('HTTP/1.1 403 Forbidden');
exit;
}
else self::goTo403();
}
public static function DecToDMS($dValue, $sType='lat') {

2
todo
View File

@@ -1,4 +1,4 @@
To Do List
----------
- Check that update feed works
- admin page #admin
- admin page #admin to manage projects