Skip to content

Commit 004a24f

Browse files
authored
Update mailaccount.php
1 parent 94b41e0 commit 004a24f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

create/mailaccount.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@
121121

122122
if($webmailurl != ''){ $webmailurlx0 = "Webmail URL: <a href='" . $webmailurl . "'>" . $webmailurl . "</a>"; $webmailurlx1 = "Webmail URL: " . $webmailurl; }
123123
else { $webmailurlx0 = ''; $webmailurlx1 = ''; }
124-
addslashes(
125124
$mail = new PHPMailer;
126125
$mail->setFrom($mailfrom, $mailname);
127126
$mail->addAddress($_POST['v_sendemail']);
@@ -175,4 +174,4 @@
175174
</script>
176175
</body>
177176
<script src="../plugins/components/jquery/jquery.min.js"></script>
178-
</html>
177+
</html>

0 commit comments

Comments
 (0)