mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Auth/Fixup
* fix external login after 49a10e22
This commit is contained in:
@@ -293,7 +293,9 @@ class User
|
||||
return AUTH_INTERNAL_ERR;
|
||||
|
||||
require 'config/extAuth.php';
|
||||
$result = extAuth($name, $pass, $extId, $extGroup);
|
||||
|
||||
$extGroup = -1;
|
||||
$result = extAuth($name, $pass, $extId, $extGroup);
|
||||
|
||||
if ($result == AUTH_OK && $extId)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user