Moved TOTP dependent files rfc6238.php and base32static.php to /includes folder and updated links in pages

This commit is contained in:
johnnyq
2025-01-24 19:20:49 -05:00
parent b1f0cfa29a
commit d80d4803db
8 changed files with 6 additions and 12 deletions

View File

@@ -52,7 +52,7 @@ $remember_token_count = mysqli_num_rows($sql_remember_tokens);
<center>
<?php
require_once 'rfc6238.php';
require_once 'includes/rfc6238.php';
//Generate a base32 Key
$secretkey = key32gen();