mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
* Setup/Auth: fix PHP Fatal with Sqlssl authentication (Class EGroupware\Api\Auth\auth_sql not found)
This commit is contained in:
parent
8ef3dac777
commit
dbf69a79c6
@ -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