frogsystem / fs2core

This is the official repository for Frogsystem 2 development.
http://www.frogsystem.de
2 stars 3 forks source link

update b8 to version 0.6.1 #99

Closed Thoronador closed 10 years ago

Thoronador commented 10 years ago

This commit updates the b8 files (used in comment spam detector) to version 0.6.1. Neither interfaces nor database formats have changed, so this should not cause any troubles.

Class b8_storage_mysql does not get updated during this commit, because our implementation already uses PDO_MySQL instead of the old mysql API used by the offical b8 codebase's class and the fix for the potential SQL injection is already included in our PDO version.