mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Removed prefs for behaviour analysis
Tiny method signature changes
This commit is contained in:
parent
2e552d0506
commit
93d4d923af
8 changed files with 27 additions and 24 deletions
|
|
@ -438,7 +438,7 @@ end
|
|||
-- ##############################################
|
||||
|
||||
function ends(String,End)
|
||||
return End=='' or string.sub(String,-string.len(End))==End
|
||||
return End=='' or string.sub(String,-string.len(End))==End
|
||||
end
|
||||
|
||||
-- #################################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue