more ZAT work

This commit is contained in:
redmatrix
2016-07-14 19:43:47 -07:00
parent e6c8614801
commit f3eb9af046
4 changed files with 37 additions and 3 deletions

View File

@@ -774,6 +774,10 @@ function strip_zids($s) {
return preg_replace('/[\?&]zid=(.*?)(&|$)/ism','$2',$s);
}
function strip_zats($s) {
return preg_replace('/[\?&]zat=(.*?)(&|$)/ism','$2',$s);
}
// quick and dirty quoted_printable encoding