Sindbad~EG File Manager
<?php
/**
* @version 4.0.5
* @package TAGZ
* @author roosterz.nl <roy@roosterz.nl>
* @copyright 2021 roosterz.nl
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
// No direct access
defined('_JEXEC') or die;
// Access check.
if (!JFactory::getUser()->authorise('core.manage', 'com_tagz'))
{
throw new Exception(JText::_('JERROR_ALERTNOAUTHOR'));
}
// Include dependancies
jimport('joomla.application.component.controller');
// Require helper file
JLoader::register('TagzHelper', JPATH_COMPONENT . '/helpers/tagz.php');
$controller = JControllerLegacy::getInstance('Tagz');
$controller->execute(JFactory::getApplication()->input->get('task'));
$controller->redirect();
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists