From a29e4820aefbf293640443fb032487fe67750bdc Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Mon, 25 Nov 2024 12:26:15 +0800 Subject: [PATCH] MDL-83703 tool_mfa: Remove legacy subplugins.php --- admin/tool/mfa/db/subplugins.php | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 admin/tool/mfa/db/subplugins.php diff --git a/admin/tool/mfa/db/subplugins.php b/admin/tool/mfa/db/subplugins.php deleted file mode 100644 index 68a0cc3e40e..00000000000 --- a/admin/tool/mfa/db/subplugins.php +++ /dev/null @@ -1,28 +0,0 @@ -. - -/** - * Definition of MFA sub-plugins (factors). - * - * @package tool_mfa - * @author Mikhail Golenkov - * @copyright Catalyst IT - * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later - */ - -defined('MOODLE_INTERNAL') || die(); - -$subplugins = (array) json_decode(file_get_contents($CFG->dirroot."/admin/tool/mfa/db/subplugins.json"))->plugintypes;