RemoteImage 2.0.10 (github.com/asikart/remoteimage @2.0.10), vetted clean, stock; live deployed files (upstream ships build-layout — deployed bytes used for verification). Signed-off-by: LÁZÁR Imre <imre@illusion.hu> Assisted-by: claude-code@claude-opus-4-8
15 lines
360 B
PHP
15 lines
360 B
PHP
<?php
|
|
/**
|
|
* Part of Component Remoteimage files.
|
|
*
|
|
* @copyright Copyright (C) 2014 Asikart. All rights reserved.
|
|
* @license GNU General Public License version 2 or later; see LICENSE.txt
|
|
*/
|
|
|
|
// No direct access
|
|
defined('_JEXEC') or die;
|
|
|
|
include_once JPATH_COMPONENT_ADMINISTRATOR . '/src/init.php';
|
|
|
|
echo with(new RemoteimageComponent)->execute();
|