We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6944201 commit ebfade2Copy full SHA for ebfade2
1 file changed
web/add/web/index.php
@@ -31,7 +31,7 @@
31
if ($_POST['v_proxy_ext'] != $v_proxy_ext) $v_adv = 'yes';
32
33
// Protect input
34
- $v_domain = preg_replace("/^www./i", "", $_POST['v_domain']);
+ $v_domain = preg_replace("/^www\./i", "", $_POST['v_domain']);
35
$v_domain = escapeshellarg($v_domain);
36
$v_domain = strtolower($v_domain);
37
$v_ip = escapeshellarg($_POST['v_ip']);
0 commit comments