Searched refs:spam_protect (Results 1 – 6 of 6) sorted by relevance
/web-bugs/templates/ |
H A D | listpatches.php | 22 by <?php echo spam_protect($rev[1]); ?></a><br>
|
H A D | addpatch.php | 68 …<?= $patch['developer'] ? '('.spam_protect(htmlspecialchars($patch['developer'], ENT_QUOTES)).')' …
|
H A D | search-rdf.php | 51 $items .= ' <dc:creator>' . clean(spam_protect($row['email'])) . "</dc:creator>\n";
|
/web-bugs/www/ |
H A D | bug.php | 257 $from = spam_protect($_POST['in']['commentemail'], 'text'); 683 …<td><?php echo ($bug['status'] !== 'Spam') ? spam_protect(htmlspecialchars($bug['email'])) : 'Hidd… 784 $preview .= spam_protect(htmlspecialchars($from)); 938 …<?php echo ($bug['status'] !== 'Spam') ? spam_protect(field('email')) : 'Hidden because of SPAM'; … 1099 $submitter = spam_protect($revisions[0][1]); 1252 echo link_to_people($email, spam_protect(htmlspecialchars($email))) , "</strong>\n";
|
/web-bugs/include/ |
H A D | query.php | 53 $author_email = !empty($_GET['author_email']) ? spam_protect($_GET['author_email'], 'reverse') : ''; 56 $commented_by = !empty($_GET['commented_by']) ? spam_protect($_GET['commented_by'], 'reverse') : '';
|
H A D | functions.php | 276 function spam_protect($txt, $format = 'html') function 736 $changed['reported_by']['from'] = spam_protect($bug['email'], 'text'); 737 $changed['reported_by']['to'] = spam_protect(txfield('email', $bug, $in), 'text'); 842 $from = spam_protect(txfield('email', $bug, $in), 'text'); 874 $f = spam_protect($f, 'text'); 1078 $email = spam_protect($row[1], 'text'); 1091 $email = spam_protect($row[1], 'text');
|
Completed in 15 milliseconds