@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux hosjweb-prod1 6.12.0-201.74.2.2.el9uek.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr 30 17:11:35 PDT 2026 x86_64
Current Path :
/
homepage
/
v-mt
/
php
/
lib
/
Path :
Upload File :
New :
File
Dir
/homepage/v-mt/php/lib/function.mtentryauthoremail.php
<?php function smarty_function_mtentryauthoremail($args, &$ctx) { // status: incomplete // parameters: spam_protect $entry = $ctx->stash('entry'); if (isset($args['spam_protect']) && $args['spam_protect']) { return spam_protect($entry['author_email']); } else { return $entry['author_email']; } } ?>