__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ 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 Library * @version 23.12.10783 * * @author Peter van Westen <[email protected]> * @link https://regularlabs.com * @copyright Copyright © 2023 Regular Labs All Rights Reserved * @license GNU General Public License version 2 or later */ defined('_JEXEC') or die; use Joomla\CMS\Factory as JFactory; if ( ! class_exists('RegularLabsInstallerScript')) { class RegularLabsInstallerScript { public function postflight($install_type, $adapter) { if ( ! in_array($install_type, ['install', 'update'])) { return true; } JFactory::getCache()->clean('_system'); } } }
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| layouts | Folder | 0775 |
|
|
| src | Folder | 0775 |
|
|
| vendor | Folder | 0775 |
|
|
| autoload.php | File | 104 B | 0664 |
|
| regularlabs.xml | File | 1.05 KB | 0664 |
|
| script.install.php | File | 758 B | 0664 |
|