diff options
| author | clyhtsuriva <clyhtsuriva@gmail.com> | 2020-05-13 08:39:16 +0200 |
|---|---|---|
| committer | clyhtsuriva <clyhtsuriva@gmail.com> | 2020-05-13 08:39:16 +0200 |
| commit | c1347eb473140f0d9c2c578a6356698a1591eab9 (patch) | |
| tree | 100e0ca16a53813f9ece954665f0e50b48695453 /www/html/destination.py | |
| parent | 90723e6f2dc539ea791a3c3709154a1560a2a243 (diff) | |
| download | ATS-c1347eb473140f0d9c2c578a6356698a1591eab9.tar.gz ATS-c1347eb473140f0d9c2c578a6356698a1591eab9.tar.bz2 ATS-c1347eb473140f0d9c2c578a6356698a1591eab9.zip | |
Update destination.py + filtrage.py
Diffstat (limited to '')
| -rwxr-xr-x | www/html/destination.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/html/destination.py b/www/html/destination.py index 032d797..e0729b1 100755 --- a/www/html/destination.py +++ b/www/html/destination.py @@ -52,7 +52,7 @@ def index(req): """</tr>""") #write the html page - req.write(baseHTML("Destination",""" + req.write(baseHTML(ip,""" <h1>IP Destination : """ + ip + """</h1> <p>Nombre de paquets en destination de """+ ip + """ : <b>"""+ str(count[0])+ """</b></p> <table class="data_tab"> |
