diff --git a/gestion/iptools.py b/gestion/iptools.py index a3ff7dbe..b80039fb 100644 --- a/gestion/iptools.py +++ b/gestion/iptools.py @@ -123,8 +123,8 @@ def AddrInNets(ip,nets) : def is_crans(ip): """ Vérifie que l'ip est dans le réseau CRANS """ - # Pour prove le temps du point rencontre - if ip == '138.231.136.19' : + # Pour titanic + if ip == '138.231.136.14' : return False if re.match(NETs_regexp['all'], ip): return True