Yubico / yubikey-val

YubiKey OTP validation server in PHP
https://developers.yubico.com/yubikey-val
BSD 2-Clause "Simplified" License
130 stars 43 forks source link

Undefined $rows variable in ykval-revoke.php #46

Closed michael-lazar closed 7 years ago

michael-lazar commented 7 years ago

See https://github.com/Yubico/yubikey-val/blob/master/ykval-revoke.php#L72.

This error message currently returns something like

ERROR Could not disable for djccccccccbb (rows )

since the $rows variable is never defined.