From 614e7e3e0071a7235772a098564007dacbf4202b Mon Sep 17 00:00:00 2001 From: "Joerg (DJ7NT)" Date: Mon, 5 Feb 2024 16:12:28 +0100 Subject: [PATCH] Update Dashboard.php Remove redir to welcome --- application/controllers/Dashboard.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/application/controllers/Dashboard.php b/application/controllers/Dashboard.php index 17f0f1362..1ee7e8bc6 100644 --- a/application/controllers/Dashboard.php +++ b/application/controllers/Dashboard.php @@ -14,10 +14,6 @@ class Dashboard extends CI_Controller { // LoTW infos $this->load->model('LotwCert'); - if($this->optionslib->get_option('version2_trigger') == "false") { - redirect('welcome'); - } - // Check if users logged in if($this->user_model->validate_session() == 0) {