diff --git a/ajax/admin/admin/ajax.php b/ajax/admin/admin/ajax.php
deleted file mode 100644
index 6e7388c..0000000
--- a/ajax/admin/admin/ajax.php
+++ /dev/null
@@ -1,24 +0,0 @@
-save_day_activities($_GET['day'], $_GET['entries']);
- echo "Réussite";
- } else {
- show_error();
- }
-}
-
-function show_error() {
- echo "Échec : ";
- var_dump($_GET);
-}
diff --git a/ajax/admin/admin/planning.php b/ajax/admin/admin/planning.php
deleted file mode 100644
index f307541..0000000
--- a/ajax/admin/admin/planning.php
+++ /dev/null
@@ -1,59 +0,0 @@
-
-
-
ADMIN
-
Edition du planning
-
-
-
- Lundi
- Mardi
- Mercredi
- Jeudi
- Vendredi
- Samedi
- Dimanche
-
-
-
-
-
-
-
-
-
-
- Enregistrer
-
-
-
-
-
-
-
-
-";
-
-include($relativePath . "includes/template.php"); // Display template with variable content
-
-?>
diff --git a/ajax/admin/gda/ajax.php b/ajax/admin/gda/ajax.php
deleted file mode 100644
index 524e2fa..0000000
--- a/ajax/admin/gda/ajax.php
+++ /dev/null
@@ -1,24 +0,0 @@
-save_scores($_GET['lines'], $_GET['team']);
- echo "Réussite";
- } else
- show_error();
-}
-
-function show_error() {
- echo "Échec : ";
- var_dump($_GET);
-}
diff --git a/ajax/admin/gda/scores.php b/ajax/admin/gda/scores.php
deleted file mode 100644
index dd49e96..0000000
--- a/ajax/admin/gda/scores.php
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
ADMIN
-
Edition des scores
-
- Quelques règles pour les scores
- Pas de score total négatif pour une équipe
- A priori les scores supérieurs à 1000 marchent, mais au cas où restez à
- moins de 1000 (comme l'année dernière quoi)
-
- Si jamais y'a un quelconque problème, envoyez-moi un message.
-
-
-
-
-
- Boomiflore
- Peksureau
-
-
-
-
-
-
-
-
-
- Enregistrer
-
-
-
-
-
-
-
-
-";
-
-include($relativePath . "includes/template.php"); // Display template with variable content
-
-?>
diff --git a/ajax/admin/index.php b/ajax/admin/index.php
deleted file mode 100644
index 2c6f0a4..0000000
--- a/ajax/admin/index.php
+++ /dev/null
@@ -1,62 +0,0 @@
-
-
-
ADMIN
-
Bienvenue sur la page d'administration
-
-
- Sur cette page, tu vas pouvoir animer le site en changeant les scores, le planning ou les informations de la
- carte.
-
- Attention, tu dois avoir le compte approprié pour pouvoir modifier ces informations.
-
- Les comptes sont les suivants (le numéro indique le niveau de privilèges) :
-
-
-
- GDA
-
-
- Admin
-
-
- Webmaster
-
-
-
- Un compte hérite des privilèges de tous ceux ayant un niveau inférieur.
-
- Donc ici, Webmaster les possède tous.
-
-
-
-
-
-
-
-
-
diff --git a/ajax/admin/webmaster/ajax.php b/ajax/admin/webmaster/ajax.php
deleted file mode 100644
index 19ca010..0000000
--- a/ajax/admin/webmaster/ajax.php
+++ /dev/null
@@ -1,47 +0,0 @@
-save_map_info($_GET['selector'], $_GET['info']);
- echo "Réussite";
- } else {
- show_error();
- }
-}
-
-function update_website() {
-// if (isset($_POST['login']) && isset($_POST['password'])) {
-// $login = $_POST['login'];
-// $password = $_POST['password'];
-// echo $login . ":" . $password."\n";
-// // Cannot write because php cannot write as user www-data
-// // be sure to escape characters
-// // Do not remove the space before the command (prevent command from being saved in history)
-//// system(" git pull https://".$login.":".$password."@git.srv-falcon.etud.insa-toulouse.fr/vergnet/site-accueil-insa.git");
-// } else {
-// show_error();
-// }
-}
-
-
-function show_error() {
- echo "Échec :\n";
- echo "GET\n";
- var_dump($_GET);
- echo "POST\n";
- var_dump($_POST);
-}
diff --git a/ajax/admin/webmaster/map.php b/ajax/admin/webmaster/map.php
deleted file mode 100644
index 9556e78..0000000
--- a/ajax/admin/webmaster/map.php
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-
ADMIN
-
Edition de la carte
-
-
-
-
-
-
-
-
-
Titre
-
-
-
Description
-
-
-
- Enregistrer
-
-
-
-
-
-
-
-
-";
-
-include($relativePath . "includes/template.php"); // Display template with variable content
-
-function setup_map_dropdown()
-{
- $dao = new Dao();
- foreach ($dao->get_map_selectors() as $row) {
- echo "" . $row['selector'] . " ";
- }
-}
-
-?>
diff --git a/ajax/admin/webmaster/update.php b/ajax/admin/webmaster/update.php
deleted file mode 100644
index 716cce0..0000000
--- a/ajax/admin/webmaster/update.php
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-
ADMIN
-
Mise a jour du site
-
-
-
-
-
-
-
-
-
-
-
-
-
Log
-
-
-
-
-
-
-
-
-
-
-";
-
-include($relativePath . "includes/template.php"); // Display template with variable content
-
-?>
diff --git a/assets/enigmes/Liberation/03-06.jpg b/assets/enigmes/Liberation/03-06.jpg
new file mode 100644
index 0000000..452121a
Binary files /dev/null and b/assets/enigmes/Liberation/03-06.jpg differ
diff --git a/assets/enigmes/Liberation/06-03.jpg b/assets/enigmes/Liberation/06-03.jpg
new file mode 100644
index 0000000..d542cbb
Binary files /dev/null and b/assets/enigmes/Liberation/06-03.jpg differ
diff --git a/assets/enigmes/Liberation/07-12.jpg b/assets/enigmes/Liberation/07-12.jpg
new file mode 100644
index 0000000..83dcdf6
Binary files /dev/null and b/assets/enigmes/Liberation/07-12.jpg differ
diff --git a/assets/enigmes/Liberation/11-08.jpg b/assets/enigmes/Liberation/11-08.jpg
new file mode 100644
index 0000000..ecbd6e0
Binary files /dev/null and b/assets/enigmes/Liberation/11-08.jpg differ
diff --git a/assets/enigmes/Liberation/19-05.jpg b/assets/enigmes/Liberation/19-05.jpg
new file mode 100644
index 0000000..412ba81
Binary files /dev/null and b/assets/enigmes/Liberation/19-05.jpg differ
diff --git a/assets/enigmes/Liberation/Carte-dvQE.jpg b/assets/enigmes/Liberation/Carte-dvQE.jpg
new file mode 100644
index 0000000..444347c
Binary files /dev/null and b/assets/enigmes/Liberation/Carte-dvQE.jpg differ
diff --git a/assets/enigmes/Liberation/Carte-odRS.jpg b/assets/enigmes/Liberation/Carte-odRS.jpg
new file mode 100644
index 0000000..49a0231
Binary files /dev/null and b/assets/enigmes/Liberation/Carte-odRS.jpg differ
diff --git a/assets/enigmes/Liberation/Carte-trUP.jpg b/assets/enigmes/Liberation/Carte-trUP.jpg
new file mode 100644
index 0000000..877106d
Binary files /dev/null and b/assets/enigmes/Liberation/Carte-trUP.jpg differ
diff --git a/assets/enigmes/Liberation/FinE.png b/assets/enigmes/Liberation/FinE.png
new file mode 100644
index 0000000..73ff607
Binary files /dev/null and b/assets/enigmes/Liberation/FinE.png differ
diff --git a/assets/enigmes/Liberation/fslEjkdjlE.jpg b/assets/enigmes/Liberation/fslEjkdjlE.jpg
new file mode 100644
index 0000000..cba8492
Binary files /dev/null and b/assets/enigmes/Liberation/fslEjkdjlE.jpg differ
diff --git a/assets/enigmes/Liberation/pieges.pdf b/assets/enigmes/Liberation/pieges.pdf
new file mode 100644
index 0000000..aca7f07
Binary files /dev/null and b/assets/enigmes/Liberation/pieges.pdf differ