mirror of
https://github.com/dyzulk/dyzulk-apps.git
synced 2026-01-26 21:32:04 +07:00
Update Dashboard.php
This commit is contained in:
committed by
GitHub
parent
aef8a1eff6
commit
481a2451db
@@ -33,7 +33,7 @@ class Dashboard extends CI_Controller {
|
||||
$data['user'] = $this->db->get_where('users_account', ['email' => $this->session->userdata('email')])->row_array();
|
||||
|
||||
$this->load->view('partials/01header', $data);
|
||||
$this->load->view('Dashboard', $data);
|
||||
$this->load->view('dashboard', $data);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user