mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-14 03:50:33 -04:00
Fix encryption key generation issue (#1110)
This commit is contained in:
@@ -203,6 +203,8 @@ class Config extends Secure_Controller
|
||||
$data['licenses'] = $this->_licenses();
|
||||
$data['themes'] = $this->_themes();
|
||||
|
||||
$this->_check_encryption();
|
||||
|
||||
$this->load->view("configs/manage", $data);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user