From ec252a670e774921bb6b2065d0fb643a875b8686 Mon Sep 17 00:00:00 2001 From: Bartek Fabiszewski Date: Tue, 8 Aug 2017 11:31:03 +0200 Subject: [PATCH] Uncomment $gkey variable in default config --- config.default.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.default.php b/config.default.php index 24946c3..4a6a6c1 100755 --- a/config.default.php +++ b/config.default.php @@ -40,8 +40,7 @@ $init_latitude = 52.23; $init_longitude = 21.01; // you may set your google maps api key -// this is not obligatory by now -//$gkey = ""; +$gkey = ""; // MySQL config $dbhost = ""; // mysql host, eg. localhost