| Current Path : /var/www/consult-e-syn/public_html/plugins/loginguard/smsapi/ |
| Current File : /var/www/consult-e-syn/public_html/plugins/loginguard/smsapi/smsapi.xml |
<?xml version="1.0" encoding="utf-8"?>
<!--
~ @package AkeebaLoginGuard
~ @copyright Copyright (c)2016-2020 Nicholas K. Dionysopoulos / Akeeba Ltd
~ @license GNU General Public License version 3, or later
-->
<extension version="3.8.0" type="plugin" group="loginguard" method="upgrade">
<name>PLG_LOGINGUARD_SMSAPI</name>
<version>3.3.0</version>
<creationDate>2020-04-23</creationDate>
<author>Akeeba Ltd</author>
<authorEmail>no-reply@akeebabackup.com</authorEmail>
<authorUrl>https://www.akeebabackup.com</authorUrl>
<copyright>Copyright (c)2016-2019 Akeeba Ltd</copyright>
<license>GNU GPL v3 or later</license>
<description>PLG_LOGINGUARD_SMSAPI_DESCRIPTION</description>
<files>
<filename plugin="smsapi">smsapi.php</filename>
<filename>.htaccess</filename>
<filename>web.config</filename>
<folder>classes</folder>
<folder>tmpl</folder>
</files>
<media folder="media" destination="plg_loginguard_smsapi">
<folder>css</folder>
<folder>js</folder>
<folder>images</folder>
</media>
<languages folder="language">
<language tag="en-GB">en-GB/en-GB.plg_loginguard_smsapi.ini</language>
<language tag="en-GB">en-GB/en-GB.plg_loginguard_smsapi.sys.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="basic">
<field
name="username"
type="text"
label="PLG_LOGINGUARD_SMSAPI_CONFIG_USERNAME_LABEL"
description="PLG_LOGINGUARD_SMSAPI_CONFIG_USERNAME_DESC"
default=""
/>
<field
name="password"
type="text"
label="PLG_LOGINGUARD_SMSAPI_CONFIG_PASSWORD_LABEL"
description="PLG_LOGINGUARD_SMSAPI_CONFIG_PASSWORD_DESC"
default=""
/>
<field
name="helpurl"
type="text"
label="PLG_LOGINGUARD_SMSAPI_CONFIG_HELPURL_LABEL"
description="PLG_LOGINGUARD_SMSAPI_CONFIG_HELPURL_DESC"
default=""
filter="url"
/>
</fieldset>
</fields>
</config>
</extension>