mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-24 01:48:44 +02:00
Phase 1 : affichage des vidéos pour les admins
This commit is contained in:
@ -18,7 +18,7 @@ else {
|
||||
require_once "footer.php";
|
||||
}
|
||||
}
|
||||
if (isset($_GET["mdp_oublie"])) { ?>
|
||||
if (isset($_GET["mdp-oublie"])) { ?>
|
||||
<form method="POST">
|
||||
<table style="width: 100%;">
|
||||
<tbody>
|
||||
@ -87,7 +87,7 @@ if (isset($_GET["mdp_oublie"])) { ?>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<!--suppress HtmlUnknownTarget -->
|
||||
<a href="<?= $URL_BASE ?>/connexion/mdp_oublie">Mot de passe oublié ?</a>
|
||||
<a href="<?= $URL_BASE ?>/connexion/mdp-oublie">Mot de passe oublié ?</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user