Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit 6ee21e3

Browse files
committed
oops, cosmetic typo
1 parent 3d243b4 commit 6ee21e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

httpBL/plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: HTTP:BL
44
Plugin URI: https://github.com/joshp23/YOURLS-httpBL
55
Description: An implementation of Project Honeypot's http:BL for YOURLS
6-
Version: 2.3.0
6+
Version: 2.3.1
77
Author: Josh Panter
88
Author URI: https://unfettered.net
99
**/
@@ -234,7 +234,7 @@ function httpBL_do_page() {
234234
<h3>Definitions</h3>
235235
<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>
236236
<ul>
237-
<li><code>action=httpBL</code> If sent alone, the transmitting IP will be added to the white-list if it is absent.</li>
237+
<li><code>action=httpBL-WL</code> If sent alone, the transmitting IP will be added to the white-list if it is absent.</li>
238238
<li><code>note=STRING</code> Notes for when adding IP's to the white-list. Optional.</li>
239239
<li><code>deleteIP=VALID_IP</code> Self explanatory. Optional.</li>
240240
</ul>

0 commit comments

Comments
 (0)