fix fort ticket #3622, removed debug logs

This commit is contained in:
gabryon99 2020-03-30 11:44:20 +02:00
parent bb83507526
commit 953c6cd40f
7 changed files with 86 additions and 73 deletions

View file

@ -14,6 +14,8 @@ local info = ntop.getInfo()
local delete_data_utils = require "delete_data_utils"
-- begin od container
print("<div class='manage-data-modals'>")
if _POST and table.len(_POST) > 0 and isAdministrator() then
@ -142,4 +144,7 @@ print([[
</script>
]])
]])
-- end of the container
print("</div>")