1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2024-12-25 17:42:24 +00:00

Ouverture de la plateforme

This commit is contained in:
Yohann D'ANELLO 2020-01-22 13:04:49 +01:00
parent 939536a567
commit f8f3e7b41a

View File

@ -118,8 +118,3 @@
<strong>Erreur :</strong> <?= $error_message ?> <strong>Erreur :</strong> <?= $error_message ?>
</div> </div>
<?php } <?php }
if (!isset($_SESSION["user"]) && $view != "server_files/controllers/connexion.php") {
echo "<div style=\"text-align: center;\" class=\"alert alert-success\"><h1>Cette plateforme ouvrira le 22 janvier 2020 ! :)</h1></div>";
require_once "footer.php";
}