mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Move totp.php out of functions folder into plugins then removed functions folder
This commit is contained in:
@@ -193,7 +193,7 @@ if (isset($_POST['edit_your_user_preferences'])) {
|
||||
|
||||
if (isset($_POST['verify'])) {
|
||||
|
||||
require_once "functions/totp.php";
|
||||
require_once "plugins/totp/totp.php";
|
||||
|
||||
$currentcode = intval($_POST['code']); //code to validate, for example received from device
|
||||
|
||||
|
||||
Reference in New Issue
Block a user