mirror of
https://github.com/itflow-org/itflow
synced 2026-07-24 01:10:40 +00:00
Rename plugins to libs and update all file references
This commit is contained in:
@@ -202,7 +202,7 @@ if (isset($_POST['enable_mfa'])) {
|
||||
|
||||
validateCSRFToken($_POST['csrf_token']);
|
||||
|
||||
require_once "../../plugins/totp/totp.php";
|
||||
require_once "../../libs/totp/totp.php";
|
||||
|
||||
// Grab the code from the user
|
||||
$verify_code = trim($_POST['verify_code']);
|
||||
|
||||
Reference in New Issue
Block a user