mirror of
https://github.com/itflow-org/itflow
synced 2026-03-04 21:04:50 +00:00
totp.php link fix
This commit is contained in:
2
ajax.php
2
ajax.php
@@ -9,7 +9,7 @@
|
|||||||
require_once "config.php";
|
require_once "config.php";
|
||||||
require_once "functions.php";
|
require_once "functions.php";
|
||||||
require_once "check_login.php";
|
require_once "check_login.php";
|
||||||
require_once "includes/totp.php";
|
require_once "functions/totp.php";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Fetches SSL certificates from remote hosts & returns the relevant info (issuer, expiry, public key)
|
* Fetches SSL certificates from remote hosts & returns the relevant info (issuer, expiry, public key)
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ $remember_token_count = mysqli_num_rows($sql_remember_tokens);
|
|||||||
<center>
|
<center>
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
require_once 'includes/totp.php';
|
require_once 'functions/totp.php';
|
||||||
|
|
||||||
//Generate a base32 Key
|
//Generate a base32 Key
|
||||||
$secretkey = key32gen();
|
$secretkey = key32gen();
|
||||||
|
|||||||
Reference in New Issue
Block a user