I would like to block or change/remove some characters which are used by customers when they're submitting pages to directory:
i.e. I found a lot of ">" , "/" , brakets - [,],(,)
Any help![]()
I would like to block or change/remove some characters which are used by customers when they're submitting pages to directory:
i.e. I found a lot of ">" , "/" , brakets - [,],(,)
Any help![]()
www.zgred.pl | www.linksor.com | www.multiportal.pl | www.szukaj24.pl | www.sidlink.com | www.pirlo.pl - all ON IU 5.4.x
For something like that you'd be looking at modifying code yourself. What you'd have to do is add a function that would do a preg_match and remove those items. I have no idea how to do it. It would need to be added to add.php and modify.php
It is a good idea though.