10 lines
163 B
PHP
Executable File
10 lines
163 B
PHP
Executable File
<?php
|
|
|
|
?>
|
|
|
|
<?php if(isset($msgErreur)): ?>
|
|
<div class="alert alert-danger">
|
|
<H2><?= $this->nettoyer($msgErreur) ?></H2>
|
|
</div>
|
|
<?php endif; ?>
|