Update Dashboard.php

Remove redir to welcome
This commit is contained in:
Joerg (DJ7NT)
2024-02-05 16:12:28 +01:00
committed by GitHub
parent f79d941c23
commit 614e7e3e00

View File

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