Skip to content

Commit

Permalink
Changelog.
Browse files Browse the repository at this point in the history
Exception for signups
  • Loading branch information
safronik committed Jun 4, 2018
1 parent f0f01e1 commit 38b1b1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 2.22 June 4, 2018
------------------------------
- The check exception: Private messages.
- Minor fixes.

Version 2.21 April 16, 2018
------------------------------
- Bug fixes and other minor improvements
Expand Down
1 change: 1 addition & 0 deletions cleantalkMod.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ function cleantalk_sfw_check()
&& $_SERVER['REQUEST_METHOD'] == 'POST'
&& strpos($_SERVER['REQUEST_URI'], 'action=admin') === false
&& strpos($_SERVER['REQUEST_URI'], 'action=register') === false
&& strpos($_SERVER['REQUEST_URI'], 'action=signup') === false
&& strpos($_SERVER['REQUEST_URI'], 'action=login') === false
&& strpos($_SERVER['REQUEST_URI'], 'action=post') === false
&& strpos($_SERVER['REQUEST_URI'], 'action=pm') === false
Expand Down

0 comments on commit 38b1b1c

Please sign in to comment.