HEX
Server: Apache
System: Linux efa57bbe-abb1-400d-2985-3b056fbc2701.secureserver.net 6.1.147-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 24 12:33:32 EDT 2025 x86_64
User: root (0)
PHP: 8.0.30.4
Disabled: NONE
Upload Files
File: //var/www/wp-content/plugins/sucuri-scanner/inc/tpl/settings-general-resetoptions.html.tpl
<div class="sucuriscan-panel">
    <h3 class="sucuriscan-title">{{Reset Security Logs, Hardening and Settings}}</h3>

    <div class="inside">
        <p>{{This action will trigger the deactivation / uninstallation process of the plugin. All local security logs, hardening and settings will be deleted. Notice that the security logs stored in the API service will not be deleted, this is to prevent tampering from a malicious user. You can request a new API key if you want to start from scratch.}}</p>

        <form action="%%SUCURI.URL.Settings%%" method="post">
            <input type="hidden" name="sucuriscan_page_nonce" value="%%SUCURI.PageNonce%%" />
            <p>
                <label>
                    <input type="hidden" name="sucuriscan_process_form" value="0" />
                    <input type="checkbox" name="sucuriscan_process_form" value="1" data-cy="sucuriscan_reset_checkbox" />
                    <span>{{I understand that this operation cannot be reverted.}}</span>
                </label>
            </p>
            <button type="submit" name="sucuriscan_reset_options" class="button button-primary" data-cy="sucuriscan_reset_submit">{{Submit}}</button>
        </form>
    </div>
</div>