Hello,
I've noticed that fetch_censored_text is not working properly when called from some script places like, showthread.php and printthread.php, for example;
If I block domain.com the function will return censorword like this if called in showthread.php domain\.com while it will return censorword like this if called in printthread.php domain\\\.com
So fetch_censored_text function is not working in printthread version
I've noticed that fetch_censored_text is not working properly when called from some script places like, showthread.php and printthread.php, for example;
If I block domain.com the function will return censorword like this if called in showthread.php domain\.com while it will return censorword like this if called in printthread.php domain\\\.com
So fetch_censored_text function is not working in printthread version
Comment