mirror of
https://github.com/dyzulk/dyzulk-apps.git
synced 2026-01-26 21:32:04 +07:00
Update & Security
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user