Allow add text

This commit is contained in:
Jose Gonzalez 2020-11-26 16:58:02 +01:00
parent e0404d565a
commit 8c26892e55
1 changed files with 1 additions and 1 deletions

View File

@ -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']);