From 64237e8840ada55bdf1f0547c192930929d0e2ca Mon Sep 17 00:00:00 2001 From: Andreas <6977712+AndreasK79@users.noreply.github.com> Date: Sat, 15 Apr 2023 17:51:48 +0200 Subject: [PATCH] [KML] Renamed to Kmlexport so that link works when index.php is removed --- application/controllers/{Kml.php => Kmlexport.php} | 2 +- application/views/interface_assets/header.php | 2 +- application/views/kml/index.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename application/controllers/{Kml.php => Kmlexport.php} (98%) diff --git a/application/controllers/Kml.php b/application/controllers/Kmlexport.php similarity index 98% rename from application/controllers/Kml.php rename to application/controllers/Kmlexport.php index b3126fe5..b106900e 100644 --- a/application/controllers/Kml.php +++ b/application/controllers/Kmlexport.php @@ -7,7 +7,7 @@ */ -class Kml extends CI_Controller { +class Kmlexport extends CI_Controller { public function index() { $this->load->model('user_model'); diff --git a/application/views/interface_assets/header.php b/application/views/interface_assets/header.php index 620ef3fb..61168f31 100644 --- a/application/views/interface_assets/header.php +++ b/application/views/interface_assets/header.php @@ -224,7 +224,7 @@ ADIF Import / Export - KML Export + KML Export DX Atlas Gridsquare Export diff --git a/application/views/kml/index.php b/application/views/kml/index.php index 9fef1ca0..512d55c4 100644 --- a/application/views/kml/index.php +++ b/application/views/kml/index.php @@ -13,7 +13,7 @@