mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Settings 24/05 morning
This commit is contained in:
@ -78,9 +78,8 @@ class Settings extends BaseController
|
||||
$data['tables'] = $db->listTables();
|
||||
$data['user'] = $this->user_model->select('token,first_name,email')->where('status',true)->findAll();
|
||||
|
||||
echo view(getenv('theme.path').'main/header');
|
||||
echo view(getenv('theme.path').'form/settings/index', $data);
|
||||
echo view(getenv('theme.path').'main/footer');
|
||||
|
||||
}
|
||||
|
||||
public function store()
|
||||
|
||||
Reference in New Issue
Block a user