403 http request wrapping
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user