mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-23 22:03:18 +01:00
Fix minore
This commit is contained in:
parent
1c2202a51b
commit
9e6d1ba37e
@ -26,10 +26,9 @@ $op = filter('op');
|
||||
|
||||
$microsoft = null;
|
||||
|
||||
if ($dbo->isConnected() && $dbo->tableExists('zz_oauth2')) {
|
||||
try {
|
||||
$microsoft = $dbo->selectOne('zz_oauth2', '*', ['nome' => 'Microsoft', 'enabled' => 1, 'is_login' => 1]);
|
||||
}
|
||||
|
||||
} catch (Exception $e) {}
|
||||
|
||||
// LOGIN
|
||||
switch ($op) {
|
||||
|
Loading…
Reference in New Issue
Block a user