changeset 321:44e104b0ae90 gmap2

Change http uri to https.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 07 Mar 2022 00:18:29 +0200
parents 4386b5c57d04
children a00a1507f4c4
files tools/makegmaps.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/makegmaps.php	Fri Jun 11 21:15:13 2021 +0300
+++ b/tools/makegmaps.php	Mon Mar 07 00:18:29 2022 +0200
@@ -366,7 +366,7 @@
 if (!file_exists($cfg["pathMapUtils"]))
 {
   // If maputils does not exist, clone the repository
-  $tmp = $cfg["binMercurial"]." clone http://tnsp.org/hg/batmud/maputils/ ".escapeshellarg($cfg["pathMapUtils"]);
+  $tmp = $cfg["binMercurial"]." clone https://tnsp.org/hg/batmud/maputils/ ".escapeshellarg($cfg["pathMapUtils"]);
   echo "* $tmp\n";
   passthru($tmp) == 0 or die("Error executing: ".$tmp."\n");