mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Update constructs to not have parenthesis.
This commit is contained in:
@@ -118,7 +118,8 @@ if (isset($_POST['edit_profile'])) {
|
||||
|
||||
if (isset($_POST['verify'])) {
|
||||
|
||||
require_once("rfc6238.php");
|
||||
require_once "rfc6238.php";
|
||||
|
||||
$currentcode = intval($_POST['code']); //code to validate, for example received from device
|
||||
|
||||
if (TokenAuth6238::verify($session_token, $currentcode)) {
|
||||
|
||||
Reference in New Issue
Block a user