mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
parent
560199b825
commit
ba91b62f0a
2 changed files with 2 additions and 2 deletions
|
|
@ -208,7 +208,7 @@ end
|
|||
|
||||
local function validatePassword(p)
|
||||
-- A password (e.g. used in ntopng authentication)
|
||||
return validateSingleWord(p)
|
||||
return validateUnquoted(p)
|
||||
end
|
||||
|
||||
local function validateAbsolutePath(p)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue