1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-06-21 23:58:21 +02:00

Calendrier

This commit is contained in:
galaxyoyo
2019-09-12 15:35:16 +02:00
parent 762797142b
commit 416264b53c
5 changed files with 192 additions and 5 deletions

View File

@ -25,6 +25,7 @@ $ROUTES = [];
$ROUTES["^(|accueil|index|accueil\.php|accueil\.html|accueil\.py|index\.php|index\.html|index\.py)$"] = ["server_files/controllers/index.php"];
$ROUTES["^ajouter_equipe$"] = ["server_files/controllers/ajouter_equipe.php"];
$ROUTES["^calendrier$"] = ["server_files/controllers/calendrier.php"];
$ROUTES["^confirmer_mail/([a-z0-9]*)/?$"] = ["server_files/controllers/confirmer_mail.php", "token"];
$ROUTES["^connexion/(confirmation-mail)/?$"] = ["server_files/controllers/connexion.php", "confirmation-mail"];
$ROUTES["^connexion/(mdp_oublie)/?$"] = ["server_files/controllers/connexion.php", "mdp_oublie"];