first commit
This commit is contained in:
24
components/com_users/src/View/Captive/HtmlView.php
Normal file
24
components/com_users/src/View/Captive/HtmlView.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @package Joomla.Administrator
|
||||
* @subpackage com_users
|
||||
*
|
||||
* @copyright (C) 2022 Open Source Matters, Inc. <https://www.joomla.org>
|
||||
* @license GNU General Public License version 2 or later; see LICENSE.txt
|
||||
*/
|
||||
|
||||
namespace Joomla\Component\Users\Site\View\Captive;
|
||||
|
||||
// phpcs:disable PSR1.Files.SideEffects
|
||||
\defined('_JEXEC') or die;
|
||||
// phpcs:enable PSR1.Files.SideEffects
|
||||
|
||||
/**
|
||||
* View for Multi-factor Authentication captive page
|
||||
*
|
||||
* @since 4.2.0
|
||||
*/
|
||||
class HtmlView extends \Joomla\Component\Users\Administrator\View\Captive\HtmlView
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user