__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php /** * @package Regular Labs Extension Manager * @version 9.1.0 * * @author Peter van Westen <[email protected]> * @link https://regularlabs.com * @copyright Copyright © 2025 Regular Labs All Rights Reserved * @license GNU General Public License version 2 or later */ defined('_JEXEC') or die; use Joomla\CMS\Factory as JFactory; use Joomla\CMS\Language\Text as JText; use Joomla\CMS\Layout\LayoutHelper as JLayoutHelper; if (JFactory::getApplication()->isClient('site')) { die(); } ?> <h2> <?php echo JText::_('RLEM_INSTALLING'); ?>... </h2> <table class="table"> <thead> <tr> <th scope="col" class="rl-w-md-25"> <?php echo JText::_('RLEM_EXTENSION'); ?> </th> <th scope="col" style="width: 140px;"> <?php echo JText::_('RLEM_VERSION'); ?> </th> <th scope="col"> </th> </tr> </thead> <tbody> <?php foreach ($this->items as $item) : ?> <tr> <td class="has-context"> <?php echo JLayoutHelper::render('name', compact('item')); ?> </td> <td> <?php echo JLayoutHelper::render('version', [ 'item' => $item, 'version' => $item->version, 'class' => 'success', ]); ?> </td> <td> <?php echo JLayoutHelper::render('progress', compact('item')); ?> </td> </tr> <?php endforeach; ?> </tbody> </table>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| default.php | File | 1.61 KB | 0664 |
|
| downgrade.php | File | 1.66 KB | 0664 |
|
| install.php | File | 1.66 KB | 0664 |
|
| reinstall.php | File | 1.66 KB | 0664 |
|
| uninstall.php | File | 1.66 KB | 0664 |
|
| update.php | File | 1.66 KB | 0664 |
|