www_archline_hu/packages/remoteimage/components/com_remoteimage/remoteimage.php
LÁZÁR Imre AI Agent 88510a61cd feat(pkg): add RemoteImage 2.0.10 (vetted live, stock)
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
2026-07-16 11:30:02 +02:00

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();