diff options
Diffstat (limited to 'www/html')
-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> |