modifié: superTornado.py

This commit is contained in:
sidya82 2014-02-28 05:19:02 +01:00
parent 2bd7add544
commit b84dfe96e9

View File

@ -92,10 +92,10 @@ class DisconnectionHandler(BaseHandler):
def post(self):
if not self.current_user :
iden="IllegalUser"
ficLog.enregDansLog(iden,"Authorized user deconnection","IP TO DO")
else :
iden = self.current_use
ficLog.enregDansLog(iden,"Unauthorized user deconnection","IP TO DO")
else :
iden = self.current_user
ficLog.enregDansLog(iden,"Authorized user deconnection","IP TO DO")
if confAveug == True: