strip hard-wired zids from posted links as they will have the wrong identity when somebody tries to view the link
This commit is contained in:
@@ -621,6 +621,11 @@ function get_tags($s) {
|
||||
}
|
||||
|
||||
|
||||
function strip_zids($s) {
|
||||
return preg_replace('/[\?&]zid=(.*?)(&|$)/ism','$2',$s);
|
||||
}
|
||||
|
||||
|
||||
// quick and dirty quoted_printable encoding
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user