Added {} to regex allow list
This commit is contained in:
parent
8e9686414d
commit
00cf743dee
|
@ -23,7 +23,7 @@ $message = "";
|
|||
|
||||
|
||||
function csv_filter($value) {
|
||||
return preg_replace('/[^a-z0-9: ]/i','',$value);
|
||||
return preg_replace('/[^a-z0-9: {}]/i','',$value);
|
||||
}
|
||||
|
||||
function is_mac($mac) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user