Allow add text
This commit is contained in:
parent
e0404d565a
commit
8c26892e55
|
@ -339,7 +339,7 @@ class HostDevices extends Wizard
|
|||
|
||||
// Forbidden chars cleaning.
|
||||
foreach ($network as $key => $singleNetwork) {
|
||||
$network[$key] = preg_replace('/[A-Za-z-()\']/', '', $singleNetwork);
|
||||
$network[$key] = preg_replace('/[-()\']/', '', $singleNetwork);
|
||||
}
|
||||
|
||||
unlink($_FILES['network_csv']['tmp_name']);
|
||||
|
|
Loading…
Reference in New Issue