convert remaining http links and shorten copyright URL

This commit is contained in:
Sarah Hoffmann
2018-01-11 23:05:28 +01:00
parent 8f23ba076b
commit 13469e1576
11 changed files with 15 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
<?php
$aOutput = array();
$aOutput['licence'] = "Data © OpenStreetMap contributors, ODbL 1.0. http://www.openstreetmap.org/copyright";
$aOutput['licence'] = "Data © OpenStreetMap contributors, ODbL 1.0. https://osm.org/copyright";
$aOutput['batch'] = array();
foreach($aBatchResults as $aSearchResults)