mirror of
https://github.com/RobThree/TwoFactorAuth.git
synced 2026-08-30 20:16:48 +00:00
* Actually use $qrcodeprovider parameter from constructor
* Use array_flip instead of for-loop * Also tested on PHP 5.3 * Demo page is now some 'actual' HTML and text cleaned up a little
This commit is contained in:
@@ -4,7 +4,7 @@ PHP class for two-factor authorization using [TOTP](http://en.wikipedia.org/wiki
|
||||
|
||||
## Requirements
|
||||
|
||||
* Tested on PHP5.4
|
||||
* Tested on PHP 5.3 and 5.4
|
||||
* [cURL](http://php.net/manual/en/book.curl.php) when using the default `GoogleQRCodeProvider` but you can provide your own QR-code provider.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user