File manager - Edit - /home/jardides/www/Jardi-design/old/administrator/components/com_templateck/templateck.php
Back
<?php /** * @name Template Creator CK 3 * @package com_templateck * @copyright Copyright (C) 2013. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt * @author Cedric Keiflin - http://www.template-creator.com - http://www.joomlack.fr */ // no direct access defined('_JEXEC') or die; // Access check. if (!JFactory::getUser()->authorise('core.manage', 'com_templateck')) { return JError::raiseWarning(404, JText::_('JERROR_ALERTNOAUTHOR')); } define('TEMPLATECREATORCK_PATH', dirname(__FILE__)); define('TEMPLATECREATORCK_PROJECTS_PATH', JPATH_SITE . '/components/com_templateck/projects'); define('TEMPLATECREATORCK_ADMIN_URL', JUri::root(true) . '/administrator/index.php?option=com_templateck'); define('TEMPLATECREATORCK_MEDIA_URL', JUri::root(true) . '/administrator/components/com_templateck'); define('TEMPLATECREATORCK_PLUGIN_URL', TEMPLATECREATORCK_MEDIA_URL); // for BC // Include dependancies jimport('joomla.application.component.controller'); $controller = JControllerLegacy::getInstance('Templateck'); $controller->execute(JFactory::getApplication()->input->get('task')); $controller->redirect();
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings