program/include/main.inc @@ -475,7 +475,7 @@ */ function asciiwords($str) { return preg_replace('/[^a-z0-9.-_]/i', '', $str); return preg_replace('/[^a-z0-9._-]/i', '', $str); } /**