Skip to content

Commit

Permalink
oops, cosmetic typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joshp23 committed Sep 14, 2018
1 parent 3d243b4 commit 6ee21e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions httpBL/plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: HTTP:BL
Plugin URI: https://github.com/joshp23/YOURLS-httpBL
Description: An implementation of Project Honeypot's http:BL for YOURLS
Version: 2.3.0
Version: 2.3.1
Author: Josh Panter
Author URI: https://unfettered.net
**/
Expand Down Expand Up @@ -234,7 +234,7 @@ function httpBL_do_page() {
<h3>Definitions</h3>
<p>This plugin exposes a simple API for White List updating and maintanence. Using a cron job, an admin could keep an IP with a dynamically updating address current in the white-list.</p>
<ul>
<li><code>action=httpBL</code> If sent alone, the transmitting IP will be added to the white-list if it is absent.</li>
<li><code>action=httpBL-WL</code> If sent alone, the transmitting IP will be added to the white-list if it is absent.</li>
<li><code>note=STRING</code> Notes for when adding IP's to the white-list. Optional.</li>
<li><code>deleteIP=VALID_IP</code> Self explanatory. Optional.</li>
</ul>
Expand Down

0 comments on commit 6ee21e3

Please sign in to comment.