forked from extern/egroupware
* Setup/Auth: fix PHP Fatal with Sqlssl authentication (Class EGroupware\Api\Auth\auth_sql not found)
This commit is contained in:
parent
c421676041
commit
58e134415e
@ -16,10 +16,8 @@ use EGroupware\Api;
|
||||
|
||||
/**
|
||||
* Authentication based on SQL table and X.509 certificates
|
||||
*
|
||||
* @todo rewrite using auth_sql backend class
|
||||
*/
|
||||
class auth_sqlssl extends auth_sql
|
||||
class Sqlssl extends Sql
|
||||
{
|
||||
/**
|
||||
* password authentication
|
||||
|
Loading…
Reference in New Issue
Block a user