Refactor partial to real-SQL and php-join the SATs

This commit is contained in:
int2001
2026-02-05 12:54:20 +00:00
parent f2ce52cad5
commit 7a7f63bcfc
2 changed files with 61 additions and 24 deletions

View File

@@ -2,8 +2,8 @@
class Dashboard extends CI_Controller {
public function index()
{
public function index() {
$this->output->enable_profiler(TRUE);
// Check if users logged in
$this->load->model('user_model');
if ($this->user_model->validate_session() == 0) {