mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-22 17:32:18 +00:00
Update Fehlermeldung, erlaubte Sonderzeichen
This commit is contained in:
@@ -426,7 +426,7 @@ function setVariable(variable, wert)
|
||||
function checkAlias(alias)
|
||||
{
|
||||
|
||||
if (/^[a-z0-9 . _ - & ;]*$/i.test(alias) === false)
|
||||
if (/^[a-z0-9 . _ -]*$/i.test(alias) === false)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user