totp.php link fix

This commit is contained in:
johnnyq
2025-01-24 20:32:00 -05:00
parent 8e04e10753
commit bf0d3de393
2 changed files with 2 additions and 2 deletions

View File

@@ -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();