get rid of unnessesary lang loads

This commit is contained in:
HB9HIL
2024-06-06 10:47:30 +02:00
parent 8cc66870ca
commit 8ae5723d14
15 changed files with 3 additions and 73 deletions

View File

@@ -5,9 +5,6 @@ class Dashboard extends CI_Controller
public function index()
{
// Load language files
$this->lang->load('lotw');
// Database connections
$this->load->model('logbook_model');
$this->load->model('user_model');