mirror of
https://bitbucket.org/jsuto/piler.git
synced 2026-03-19 16:41:45 +01: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