mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 16:37:02 +02:00
auditors can view audit records
This commit is contained in:
@ -24,6 +24,7 @@ class ControllerLoginLogin extends Controller {
|
||||
$this->load->model('user/auth');
|
||||
$this->load->model('user/user');
|
||||
$this->load->model('user/prefs');
|
||||
$this->load->model('domain/domain');
|
||||
$this->load->model('folder/folder');
|
||||
|
||||
if(ENABLE_SAAS == 1) {
|
||||
|
Reference in New Issue
Block a user