mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 16:37:02 +02:00
added support for multiple AD
This commit is contained in:
@ -26,6 +26,10 @@ class ControllerLoginLogin extends Controller {
|
||||
$this->load->model('user/prefs');
|
||||
$this->load->model('folder/folder');
|
||||
|
||||
if(ENABLE_SAAS == 1) {
|
||||
$this->load->model('saas/ldap');
|
||||
}
|
||||
|
||||
$this->document->title = $this->data['text_login'];
|
||||
|
||||
if($this->request->server['REQUEST_METHOD'] == 'POST' && $this->validate() == true) {
|
||||
|
Reference in New Issue
Block a user