Finished File Entity Renaming process

This commit is contained in:
johnnyq
2022-02-05 13:24:57 -05:00
parent 559d0559fa
commit 278b243e7c
123 changed files with 114 additions and 207 deletions

12
test_totp-test2.php Normal file
View File

@@ -0,0 +1,12 @@
<?php
require_once("rfc6238.php");
$secretkey = "";
$gen = TokenAuth6238::getTokenCode($secretkey,$rangein30s = 3);
echo $gen;
?>