HEX
Server: Apache
System: Linux sg241.singhost.net 2.6.32-896.16.1.lve1.4.51.el6.x86_64 #1 SMP Wed Jan 17 13:19:23 EST 2018 x86_64
User: honghock (909)
PHP: 8.0.30
Disabled: passthru,system,shell_exec,show_source,exec,popen,proc_open
Upload Files
File: //opt/alt/php54/usr/share/pear/RVSeagullMod/modules/default/templates/email_bug_report.php
<?php
$body = <<< EOF
<table class="wide">
        <tr>
            <td><h3>Bug Report from {$this->options['siteName']}</h3></td>
        </tr>
        <tr>
            <td><strong>{$this->options['fromRealName']}</strong> has submitted the following bug report from {$this->options['siteName']}:</td>
        </tr>
        <tr>
            <td>&nbsp;</td>
        </tr>
        <tr>
            <td><strong>Name</strong>: {$this->options['fromRealName']}</td>
        </tr>
        <tr>
            <td><strong>Email</strong>: {$this->options['fromEmail']}</td>
        </tr>
        <tr>
            <td><strong>Report</strong>: <pre>{$this->options['body']}</pre></td>
        </tr>
</table>
EOF;
?>