We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94b41e0 commit 004a24fCopy full SHA for 004a24f
1 file changed
create/mailaccount.php
@@ -121,7 +121,6 @@
121
122
if($webmailurl != ''){ $webmailurlx0 = "Webmail URL: <a href='" . $webmailurl . "'>" . $webmailurl . "</a>"; $webmailurlx1 = "Webmail URL: " . $webmailurl; }
123
else { $webmailurlx0 = ''; $webmailurlx1 = ''; }
124
- addslashes(
125
$mail = new PHPMailer;
126
$mail->setFrom($mailfrom, $mailname);
127
$mail->addAddress($_POST['v_sendemail']);
@@ -175,4 +174,4 @@
175
174
</script>
176
</body>
177
<script src="../plugins/components/jquery/jquery.min.js"></script>
178
-</html>
+</html>
0 commit comments