diff --git a/.gitignore b/.gitignore index 258671f1..d9ec3b7b 100644 --- a/.gitignore +++ b/.gitignore @@ -46,6 +46,7 @@ archive # Autres dépôts git gestion/logreader/ lc_ldap/ +wifi_new/ # Devrait être remplacé par l'intranet2 intranet/ diff --git a/wifi/addip.c b/archive/wifi/addip.c similarity index 100% rename from wifi/addip.c rename to archive/wifi/addip.c diff --git a/wifi/bornes.py b/archive/wifi/bornes.py similarity index 100% rename from wifi/bornes.py rename to archive/wifi/bornes.py diff --git a/wifi/hotspot.py b/archive/wifi/hotspot.py similarity index 100% rename from wifi/hotspot.py rename to archive/wifi/hotspot.py diff --git a/wifi/lease.py b/archive/wifi/lease.py similarity index 100% rename from wifi/lease.py rename to archive/wifi/lease.py diff --git a/wifi/status.py b/archive/wifi/status.py similarity index 100% rename from wifi/status.py rename to archive/wifi/status.py diff --git a/wifiweb/adduser.py b/archive/wifi/wifiweb/adduser.py similarity index 100% rename from wifiweb/adduser.py rename to archive/wifi/wifiweb/adduser.py diff --git a/wifiweb/bornes.py b/archive/wifi/wifiweb/bornes.py similarity index 100% rename from wifiweb/bornes.py rename to archive/wifi/wifiweb/bornes.py diff --git a/wifiweb/html.py b/archive/wifi/wifiweb/html.py similarity index 100% rename from wifiweb/html.py rename to archive/wifi/wifiweb/html.py diff --git a/wifiweb/session.py b/archive/wifi/wifiweb/session.py similarity index 100% rename from wifiweb/session.py rename to archive/wifi/wifiweb/session.py diff --git a/wifiweb/utilisateurs.py b/archive/wifi/wifiweb/utilisateurs.py similarity index 100% rename from wifiweb/utilisateurs.py rename to archive/wifi/wifiweb/utilisateurs.py