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