diff options
Diffstat (limited to '')
| -rwxr-xr-x | www/html/filtrage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/html/filtrage.py b/www/html/filtrage.py index 2ec6a72..ca9cd30 100755 --- a/www/html/filtrage.py +++ b/www/html/filtrage.py @@ -9,7 +9,7 @@ def index(req): content=str() #write the html page - req.write(baseHTML("ATS-Project",""" + req.write(baseHTML("Filtrage",""" <h1>Filtrage</h1> <div id="tip" style="display:block;"> Pour voir le nombre de paquets en destination d'une adresse IP, cliquez sur cette dernière dans le tableau.<div id="ok" onclick="toggle_div(this,'tip');"><b>OK</b></div></div> |
