Move totp.php out of functions folder into plugins then removed functions folder

This commit is contained in:
johnnyq
2025-01-24 21:07:01 -05:00
parent 772b47f2c0
commit f29d122376
6 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@
require_once "config.php";
require_once "functions.php";
require_once "check_login.php";
require_once "functions/totp.php";
require_once "plugins/totp/totp.php";
/*
* Fetches SSL certificates from remote hosts & returns the relevant info (issuer, expiry, public key)