A simple PHP and MySQL based internet forum that displays the messages in classical threaded view (tree structure)
GNU General Public License v3.0
124
stars
48
forks
source link
De-duplicate the content of the banlists #728
Closed
auge8472 closed 3 months ago
The banlists can contain duplicated entries. Remove duplicates with the PHP function
array_unique
before saving the lists to the database.This fixes #727