mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-24 03:07:13 +00:00
Update Dashboard.php
Remove redir to welcome
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user