From e9f849f120f790c1233d5112bf7a105a11b60b53 Mon Sep 17 00:00:00 2001 From: cos Date: Sat, 1 May 2021 18:52:26 +0200 Subject: Changes found while decommissioning gce server Likely these were needed for running on that Google Cloud Engine instance, but I can't neither remember nor be bothered at looking into it now. --- config.php | 3 ++- index.php | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/config.php b/config.php index 20ff418..c003d1c 100755 --- a/config.php +++ b/config.php @@ -20,7 +20,8 @@ */ $version = "0.1"; -$mapapi = "gmaps"; +//$mapapi = "gmaps"; +$mapapi = "openlayers"; // you need to obtain and set a google maps api key // if using the gmaps mapapi. diff --git a/index.php b/index.php index d6e21d5..88f5850 100755 --- a/index.php +++ b/index.php @@ -1,4 +1,5 @@ +' + '; } -- cgit v1.2.3