northox / roundcube-yubikey-plugin

A plugin to use Yubico's Yubikey 2nd factor with Roundcube webmail
GNU General Public License v2.0
31 stars 6 forks source link

Fixes PHP methods can't be named as their class error #21

Closed mercurytoxic closed 6 years ago

mercurytoxic commented 6 years ago

Fixes error PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Auth_Yubico has a deprecated constructor in /usr/share/webapps/roundcubemail/plugins/yubikey_authentication/lib/Yubico.php on line 29

northox commented 6 years ago

Thanks!