Your IP : 216.73.217.142


Current Path : /var/www/consult-e-syn/public_html/plugins/system/ctfaudit/
Upload File :
Current File : /var/www/consult-e-syn/public_html/plugins/system/ctfaudit/ctfaudit.xml

<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" group="system" method="upgrade">
    <name>System - CTF Audit Proof</name>
    <author>Joomla! Project</author>
    <creationDate>March 2024</creationDate>
    <copyright>(C) 2024 Open Source Matters, Inc.</copyright>
    <license>GNU General Public License version 2 or later</license>
    <authorEmail>admin@joomla.org</authorEmail>
    <authorUrl>www.joomla.org</authorUrl>
    <version>1.0.0</version>
    <description>Records non-sensitive login hook proof events for an authorized CTF environment.</description>
    <files>
        <filename plugin="ctfaudit">ctfaudit.php</filename>
    </files>
    <config>
        <fields name="params">
            <fieldset name="basic">
                <field name="mode" type="list" default="0" label="Reporting Mode" description="Select whether to enforce the policy or report violations only.">
                    <option value="0">Report Only</option>
                    <option value="1">Enforce</option>
                </field>
            </fieldset>
        </fields>
    </config>
</extension>