diff options
author | Clyhtsuriva <61652557+clyhtsuriva@users.noreply.github.com> | 2020-05-21 07:53:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-21 07:53:57 +0000 |
commit | 689fd8d178389f542abb6761175b607ce2437b68 (patch) | |
tree | 51a205e19b025d3daedcb1f831b24e59b988c4ed | |
parent | 93b5060da125eb4ae59976632d76de493775088d (diff) |
Update bilan.py
-rwxr-xr-x | www/html/bilan.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/html/bilan.py b/www/html/bilan.py index 3ebbbe7..c193841 100755 --- a/www/html/bilan.py +++ b/www/html/bilan.py @@ -88,19 +88,19 @@ Afin de voir le reverse DNS d'une adresse IP, cliquez sur cette dernière dans l </ul> <div id="bilan_tab"> <table class="inlineTable"> -<tr><th>IP destination</th><th>Recurrence</th></tr> +<tr><th>IP destination</th><th>Récurrence</th></tr> """+str(ipdst)+""" </table> <table class="inlineTable"> -<tr><th>Port destination</th><th>Reccurrence</th></tr> +<tr><th>Port destination</th><th>Récurrence</th></tr> """+str(portdst)+""" </table> <table class="inlineTable"> -<tr><th>IP source</th><th>Reccurrence</th></tr> +<tr><th>IP source</th><th>Récurrence</th></tr> """+str(ipsrc)+""" </table> <table class="inlineTable"> -<tr><th>Port source</th><th>Reccurrence</th></tr> +<tr><th>Port source</th><th>Récurrence</th></tr> """+str(portsrc)+""" </table> </div> |