Update & Security

This commit is contained in:
dyzulk
2023-09-22 02:07:36 +07:00
parent 01bbf11bbd
commit 19a8055eb9
12 changed files with 140 additions and 75 deletions

View File

@@ -31,7 +31,7 @@ class Transaksi extends CI_Controller {
public function index()
{
$data['title'] = 'Transaksi';
$data['title'] = 'Transaction';
$data['user'] = $this->db->get_where('users_account', ['email' => $this->session->userdata('email')])->row_array();
$data['total'] = $this->totalTransaction();