0byt3m1n1
Path:
/
data
/
0
/
0
/
6
/
46
/
6861
/
user
/
7034
/
cgi-bin
/
php
/
lib
/
[
Home
]
File: function.MTCommentEmail.php
<?php function smarty_function_MTCommentEmail($args, &$ctx) { $comment = $ctx->stash('comment'); $email = $comment['comment_email']; $email = strip_tags($email); return((isset($args['spam_protect']) && $args['spam_protect']) ? spam_protect($email) : $email); } ?>