mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Added Korean and French translations
This commit is contained in:
parent
2fa03ec679
commit
83675998ee
10 changed files with 16789 additions and 9 deletions
|
|
@ -219,6 +219,10 @@ end
|
|||
-- ##############################################
|
||||
|
||||
function isIPv4(address)
|
||||
if(address == nil) then
|
||||
return false
|
||||
end
|
||||
|
||||
-- Reuse the for loop to check the address validity
|
||||
local checkAddress = (function(chunks)
|
||||
for _, v in pairs(chunks) do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue