mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
totp.php link fix
This commit is contained in:
@@ -52,7 +52,7 @@ $remember_token_count = mysqli_num_rows($sql_remember_tokens);
|
||||
<center>
|
||||
<?php
|
||||
|
||||
require_once 'includes/totp.php';
|
||||
require_once 'functions/totp.php';
|
||||
|
||||
//Generate a base32 Key
|
||||
$secretkey = key32gen();
|
||||
|
||||
Reference in New Issue
Block a user