Browse Source

Remove additional escapeshellarg

Kristan Kenney 6 years ago
parent
commit
f0746f1c50
1 changed files with 0 additions and 1 deletions
  1. 0 1
      web/add/mail/index.php

+ 0 - 1
web/add/mail/index.php

@@ -52,7 +52,6 @@ if (!empty($_POST['ok'])) {
 
     // Set domain name to lowercase and remove www prefix
     $v_domain = preg_replace("/^www./i", "", $_POST['v_domain']);
-    $v_domain = escapeshellarg($v_domain);
     $v_domain = strtolower($v_domain);
 
     // Add mail domain