Code smells and bugs resolve 13
continuous-integration/drone/push Build is passing Details

master
Alexis 2 years ago
parent 329f6da171
commit aaba66ff5e

@ -9,10 +9,10 @@
<h1> <h1>
<?php if (empty($error)) { <?php if (empty($error)) {
echo "Erreur"; echo "Erreur";
}else{ } else {
echo $error; echo $error;
} }
?> ?>
</h1> </h1>
</body> </body>
</html> </html>

Loading…
Cancel
Save