$plainMsg .= trim($_REQUEST['fileDetails']) . "\n"; $plainMsg .= "***************************************\n"; $plainMsg .= "Submitted IP: " . getUsersIPAddress() . "\n"; $plainMsg .= "***************************************\n\n"; $plainMsg .= "Please login via " . WEB_ROOT . "/admin/ to investigate further."; send_html_mail(SITE_CONFIG_REPORT_ABUSE_EMAIL, $subject, str_replace("\n", "<br/>", $plainMsg), SITE_CONFIG_REPORT_ABUSE_EMAIL, $plainMsg); redirect(WEB_ROOT); } } require_once '_header.php'; ?> <div class="contentPageWrapper"> <?php if (isErrors()) { echo outputErrors(); } ?> <!-- report abuse form --> <div class="pageSectionMain ui-corner-all"> <div class="pageSectionMainInternal"> <div id="pageHeader"> <h2><?php echo t("report_abuse", "Report Abuse"); ?> </h2> </div> <div class="introText"> <?php
} } else { $title = $user->title; $firstname = $user->firstname; $lastname = $user->lastname; $emailAddress = $user->email; } require_once '_header.php'; ?> <div class="contentPageWrapper"> <?php if (isSuccess()) { echo outputSuccess(); } elseif (isErrors()) { echo outputErrors(); } ?> <!-- register form --> <div class="pageSectionMain ui-corner-all"> <div class="pageSectionMainInternal"> <div id="pageHeader"> <h2><?php echo t("account_details", "Account Details"); ?> </h2> </div> <div> <p class="introText">