updated to reflect the live site

This commit is contained in:
2023-01-02 11:50:23 -08:00
parent 327a522882
commit f2791432e1
10 changed files with 104 additions and 66 deletions

View File

@ -65,7 +65,7 @@ function ludo_blacklist_ip_form () {
<input type="hidden" name="nonce" value="$nonce" />
<p>Blacklist following IPs (one range or IP per line, no wildcards allowed) :</p>
<p><textarea cols="50" rows="10" name="blacklist_form">$liste_ip_display</textarea></p>
<p><textarea class="blacklist-ips" cols="50" rows="10" name="blacklist_form">$liste_ip_display</textarea></p>
<p><input type="submit" value="Save" /></p>
<p>I suggest to add here IPs that you saw adding bulk URL. It is your own responsibility to check the use of the IPs you block. WARNING : erroneous entries may create unexpected behaviours, please double-check before validation.</p>