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
15 lines
362 B
PHP
15 lines
362 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');
|
|
|
|
class SpeasyimagegalleryController extends JControllerLegacy
|
|
{
|
|
}
|