Signed-off-by: yubiuser <ckoenig@posteo.de>
This commit is contained in:
yubiuser
2020-12-20 20:35:21 +01:00
parent c07b710d07
commit 42e7915b53

View File

@@ -303,7 +303,7 @@ function addCustomCNAMEEntry($domain="", $target="", $json=true)
return returnError("Target must be set", $json);
if (!is_valid_domain_name($target))
return returnError("Trget must be valid", $json);
return returnError("Target must be valid", $json);
// Check if each submitted domain is valid
$domains = array_map('trim', explode(",", $domain));