Finished File Entity Renaming process
This commit is contained in:
12
test_totp-test2.php
Normal file
12
test_totp-test2.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
require_once("rfc6238.php");
|
||||
|
||||
|
||||
$secretkey = "";
|
||||
|
||||
$gen = TokenAuth6238::getTokenCode($secretkey,$rangein30s = 3);
|
||||
|
||||
echo $gen;
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user