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) {