mirror of
https://github.com/webmasterskaya/joomla-oauth-server.git
synced 2024-11-23 22:34:50 +03:00
_JEXEC & copyright
This commit is contained in:
parent
f04c779176
commit
373de2234c
@ -1,9 +1,17 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/**
|
||||||
|
* @package Joomla.Administrator
|
||||||
|
* @subpackage com_oauthserver
|
||||||
|
*
|
||||||
|
* @copyright (c) 2024. Webmasterskaya. <https://webmasterskaya.xyz>
|
||||||
|
* @license MIT; see LICENSE.txt
|
||||||
|
**/
|
||||||
|
|
||||||
namespace Webmasterskaya\Component\OauthServer\Administrator\Dispatcher;
|
namespace Webmasterskaya\Component\OauthServer\Administrator\Dispatcher;
|
||||||
|
|
||||||
use Joomla\CMS\Dispatcher\ComponentDispatcher;
|
use Joomla\CMS\Dispatcher\ComponentDispatcher;
|
||||||
use Joomla\CMS\MVC\Controller\BaseController;
|
|
||||||
|
\defined('_JEXEC') or die;
|
||||||
|
|
||||||
class Dispatcher extends ComponentDispatcher
|
class Dispatcher extends ComponentDispatcher
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user