aboutsummaryrefslogtreecommitdiff
path: root/www/html/index.py
diff options
context:
space:
mode:
Diffstat (limited to 'www/html/index.py')
-rwxr-xr-xwww/html/index.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/www/html/index.py b/www/html/index.py
index caa6060..f670a37 100755
--- a/www/html/index.py
+++ b/www/html/index.py
@@ -1,15 +1,11 @@
#!/usr/bin/python3
# -*- coding: utf-8 -*-
-from mod_python import Session
+import mod_python
from fonctions import baseHTML, connexionBD, lien
def index(req):
req.content_type="text/html"
-
- sess=Session.Session(req)
- sess.save()
-
content=str()
#sql part