first commit
This commit is contained in:
18
administrator/components/com_ffexplorer/controller.php
Normal file
18
administrator/components/com_ffexplorer/controller.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @package FF Explorer
|
||||
* @subpackage com_ffexplorer
|
||||
*
|
||||
* @copyright https://github.com/trananhmanh89/ffexplorer
|
||||
* @license MIT
|
||||
*/
|
||||
|
||||
use Joomla\CMS\MVC\Controller\BaseController;
|
||||
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
class FfexplorerController extends BaseController
|
||||
{
|
||||
public $default_view = 'explorer';
|
||||
}
|
||||
Reference in New Issue
Block a user