From 9e6686dc530fcb12e44293a097edf67855c2efc1 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Wed, 25 Oct 2023 07:48:51 +0200 Subject: [PATCH] renamed stuff --- .../controllers/{SimpleFastLogEntry.php => Simplefle.php} | 4 ++-- application/views/{simplefastlogentry => simplefle}/index.php | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename application/controllers/{SimpleFastLogEntry.php => Simplefle.php} (87%) rename application/views/{simplefastlogentry => simplefle}/index.php (100%) diff --git a/application/controllers/SimpleFastLogEntry.php b/application/controllers/Simplefle.php similarity index 87% rename from application/controllers/SimpleFastLogEntry.php rename to application/controllers/Simplefle.php index 0048c2fa5..f79d93e13 100644 --- a/application/controllers/SimpleFastLogEntry.php +++ b/application/controllers/Simplefle.php @@ -1,6 +1,6 @@ load->model('user_model'); @@ -16,7 +16,7 @@ class SimpleFastLogEntry extends CI_Controller { $data['page_title'] = "Simple Fast Log Entry"; $this->load->view('interface_assets/header', $data); - $this->load->view('simplefastlogentry/index'); + $this->load->view('simplefle/index'); $this->load->view('interface_assets/footer'); diff --git a/application/views/simplefastlogentry/index.php b/application/views/simplefle/index.php similarity index 100% rename from application/views/simplefastlogentry/index.php rename to application/views/simplefle/index.php