Skip to content

Commit f0746f1

Browse files
author
Kristan Kenney
committed
Remove additional escapeshellarg
1 parent 696ea12 commit f0746f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web/add/mail/index.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252

5353
// Set domain name to lowercase and remove www prefix
5454
$v_domain = preg_replace("/^www./i", "", $_POST['v_domain']);
55-
$v_domain = escapeshellarg($v_domain);
5655
$v_domain = strtolower($v_domain);
5756

5857
// Add mail domain

0 commit comments

Comments
 (0)