/home/vianto5/.trash/cititower.mx/wp-content/plugins/wordfence/views/waf
NameSizeModeActions
debug.php58370644editdlrm
firewall-status.php58690644editdlrm
option-rate-limit.php42170644editdlrm
option-rules.php26770644editdlrm
option-whitelist.php81790644editdlrm
options-group-advanced-firewall.php103280644editdlrm
options-group-basic-firewall.php276500644editdlrm
options-group-brute-force.php129070644editdlrm
options-group-rate-limiting.php133790644editdlrm
options-group-whitelisted.php121130644editdlrm
status-tooltip-learning-mode.php7200644editdlrm
waf-install-manual.php10310644editdlrm
waf-install-success.php8470644editdlrm
waf-install.php90880644editdlrm
waf-modal-wrapper.php17850644editdlrm
waf-uninstall-success.php12020644editdlrm
waf-uninstall.php70720644editdlrm
Edit: /home/vianto5/.trash/cititower.mx/wp-content/plugins/wordfence/views/waf/option-rate-limit.php (4217B)
, 'label' => ), ...) * @var string $rateValue The current value of $rateOptionName. * @var int $lowValue The value below which the false positive warning should begin showing * @var string $actionOptionName The option name for the rate portion. * @var array $actionOptions An array of the possible values for $actionOptionName. The array is of the format array(array('value' => , 'label' => ), ...) * @var string $actionValue The current value of $actionOptionName. * @var string $title The title shown for the option. * @var string $helpLink If defined, the link to the corresponding external help page. * @var bool $premium If defined, the option will be tagged as premium only and not allow its value to change for free users. */ $rateID = 'wf-option-' . preg_replace('/[^a-z0-9]/i', '-', $rateOptionName); $actionID = 'wf-option-' . preg_replace('/[^a-z0-9]/i', '-', $actionOptionName); ?>