mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Combine base32static.php and rfc6238.php into 1 file called totp.php and place it into the functions folder
This commit is contained in:
@@ -193,7 +193,7 @@ if (isset($_POST['edit_your_user_preferences'])) {
|
||||
|
||||
if (isset($_POST['verify'])) {
|
||||
|
||||
require_once "includes/rfc6238.php";
|
||||
require_once "functions/totp.php";
|
||||
|
||||
$currentcode = intval($_POST['code']); //code to validate, for example received from device
|
||||
|
||||
|
||||
Reference in New Issue
Block a user