芝麻web文件管理V1.00
编辑当前文件:/home/provyohx/public_html/administrator__c0c73d1/components/com_users/tmpl/captive/select.php
* @license GNU General Public License version 2 or later; see LICENSE.txt */ // Prevent direct access defined('_JEXEC') or die; use Joomla\CMS\Language\Text; use Joomla\CMS\Router\Route; use Joomla\CMS\Uri\Uri; use Joomla\Component\Users\Administrator\View\Captive\HtmlView; /** @var HtmlView $this */ $shownMethods = []; ?>
records as $record) : if (!array_key_exists($record->method, $this->mfaMethods) && ($record->method != 'backupcodes')) { continue; } $allowEntryBatching = isset($this->mfaMethods[$record->method]) ? $this->mfaMethods[$record->method]['allowEntryBatching'] : false; if ($this->allowEntryBatching) { if ($allowEntryBatching && in_array($record->method, $shownMethods)) { continue; } $shownMethods[] = $record->method; } $methodName = $this->getModel()->translateMethodName($record->method); ?>
allowEntryBatching || !$allowEntryBatching) : ?>
method === 'backupcodes') : ?> title ?> escape($record->title) ?>