SP Easy Image Gallery (JoomShaper); no version-matching upstream package -> deployed files. Signed-off-by: LÁZÁR Imre <imre@illusion.hu> Assisted-by: claude-code@claude-opus-4-8
16 lines
480 B
PHP
16 lines
480 B
PHP
<?php
|
|
/**
|
|
* @package com_speasyimagegallery
|
|
* @author JoomShaper http://www.joomshaper.com
|
|
* @copyright Copyright (c) 2010 - 2017 JoomShaper
|
|
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
|
|
*/
|
|
|
|
// No direct access to this file
|
|
defined('_JEXEC') or die('Restricted access');
|
|
|
|
$controller = JControllerLegacy::getInstance('Speasyimagegallery');
|
|
$input = JFactory::getApplication()->input;
|
|
$controller->execute($input->getCmd('task'));
|
|
$controller->redirect();
|