mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 01:37:02 +02:00
added google authenticator support to the gui
This commit is contained in:
@ -9,6 +9,7 @@ class ControllerCommonMenu extends Controller {
|
||||
$this->template = "common/menu.tpl";
|
||||
|
||||
$db = Registry::get('db');
|
||||
$session = Registry::get('session');
|
||||
|
||||
$this->load->model('saas/customer');
|
||||
|
||||
@ -18,6 +19,8 @@ class ControllerCommonMenu extends Controller {
|
||||
|
||||
$this->data['settings'] = $this->model_saas_customer->get_customer_settings_by_email();
|
||||
|
||||
$this->data['realname'] = $session->get('realname');
|
||||
|
||||
$this->render();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user