HEX
Server: Apache/2.4.65 (Debian)
System: Linux web6 5.10.0-36-amd64 #1 SMP Debian 5.10.244-1 (2025-09-29) x86_64
User: innocamp (1028)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /home/oscasa/public_html/plugins/system/regularlabs/regularlabs.xml
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.9" type="plugin" group="system" method="upgrade">
	<name>plg_system_regularlabs</name>
	<description>PLG_SYSTEM_REGULARLABS_DESC</description>
	<version>19.10.11711</version>
	<creationDate>October 2019</creationDate>
	<author>Regular Labs (Peter van Westen)</author>
	<authorEmail>info@regularlabs.com</authorEmail>
	<authorUrl>https://www.regularlabs.com</authorUrl>
	<copyright>Copyright © 2018 Regular Labs - All Rights Reserved</copyright>
	<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>

	<scriptfile>script.install.php</scriptfile>

	<files>
		<filename plugin="regularlabs">regularlabs.php</filename>
		<filename>script.install.helper.php</filename>
		<folder>language</folder>
		<folder>src</folder>
		<folder>vendor</folder>
	</files>

	<config>
		<fields name="params" addfieldpath="/libraries/regularlabs/fields">
			<fieldset name="basic">
				<field name="@header" type="rl_header_library"
					   label="REGULAR_LABS_LIBRARY"
					   description="REGULAR_LABS_LIBRARY_DESC"
					   warning="REGULAR_LABS_LIBRARY_DESC_WARNING" />
			</fieldset>

			<fieldset name="advanced">
				<field name="combine_admin_menu" type="radio" class="btn-group" default="0"
					   label="RL_COMBINE_ADMIN_MENU"
					   description="RL_COMBINE_ADMIN_MENU_DESC">
					<option value="0">JNO</option>
					<option value="1">JYES</option>
				</field>
				<field name="show_help_menu" type="radio" class="btn-group" default="1"
					   label="RL_SHOW_HELP_MENU"
					   description="RL_SHOW_HELP_MENU_DESC">
					<option value="0">JNO</option>
					<option value="1">JYES</option>
				</field>
				<field name="max_list_count" type="number" size="10" class="input-mini" default="10000"
					   label="RL_MAX_LIST_COUNT"
					   description="RL_MAX_LIST_COUNT_DESC" />
			</fieldset>
		</fields>
	</config>
</extension>