From 58dad40e54ed606401d8f920c784d394c7f57a1c Mon Sep 17 00:00:00 2001 From: Olusesan Ameye Date: Fri, 29 Jul 2022 16:24:24 -0400 Subject: [PATCH] fix --- www/application/controllers/Eoffer.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www/application/controllers/Eoffer.php b/www/application/controllers/Eoffer.php index 998ece90..306cf26e 100644 --- a/www/application/controllers/Eoffer.php +++ b/www/application/controllers/Eoffer.php @@ -17,8 +17,9 @@ class Eoffer extends CI_Controller { $data['title'] = "Login"; // Capitalize the first letter $data['page_title'] = "Login WrenchBoard"; //$this->load->view('templates/header_boxed', $data); - $this->load->view('users/view_login', $data); - $this->load->view('users/view_external_footer'); + // $this->load->view('users/view_login', $data); + // $this->load->view('users/view_external_footer'); + redirect('login'); } }