Some more corrections.
This commit is contained in:
@@ -412,8 +412,9 @@ function PMA_auth_check()
|
||||
}
|
||||
|
||||
// BEGIN Swekey Integration
|
||||
if (! Swekey_auth_check())
|
||||
if (! Swekey_auth_check()) {
|
||||
return false;
|
||||
}
|
||||
// END Swekey Integration
|
||||
|
||||
if (defined('PMA_CLEAR_COOKIES')) {
|
||||
|
Reference in New Issue
Block a user