My-Little-Forum / mylittleforum

A simple PHP and MySQL based internet forum that displays the messages in classical threaded view (tree structure)
GNU General Public License v3.0
121 stars 47 forks source link

De-duplicate the content of the banlists #728

Closed auge8472 closed 1 month ago

auge8472 commented 1 month 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