From 7ca90af9165338c787aacee23867e592adbd0b5b Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Sun, 19 Apr 2020 22:48:21 +0200 Subject: ajout lien ip destination --- www/html/index.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/html/index.py b/www/html/index.py index bf4face..a23a18d 100755 --- a/www/html/index.py +++ b/www/html/index.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- import mod_python -from fonctions import baseHTML, connexionBD +from fonctions import baseHTML, connexionBD, lien def index(req): req.content_type="text/html" @@ -25,7 +25,7 @@ def index(req): """""" + str(i[1]) + """""" + """""" + str(i[2]) + """""" + """""" + str(i[3]) + """""" + -"""""" + str(i[4]) + """""" + +"""""" + lien('destination.py?ip=' + str(i[4]), str(i[4])) + """""" + """""" + str(i[5]) + """""" + """""" + str(i[6]) + """""" + """""") -- cgit v1.2.3