Skip to content

Convert the stopforumspam ip check to a function

ImperialXT requested to merge imperialxt/gamingonlinux:master into master

While looking into issue #181 (closed) and seeing how things were currently done in terms of handling passwords at registration I noticed this check and saw that it was using strpos over the xml output. The api supports https and json and and this is a much neater way to do it, and can be easily included in other pages/modules as necessary.

Merge request reports