mirror of
https://github.com/ZeJMaN/LBCAlerte_ynh.git
synced 2025-06-08 05:25:30 +02:00
14 lines
415 B
PHTML
14 lines
415 B
PHTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Mise à jour en cours.</title>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
<body>
|
|
<?php if ($userAuthed && $userAuthed->isAdmin()) : ?>
|
|
<p><a href="">Cliquez-ici afin d'achever la mise à jour.</a></p>
|
|
<?php else: ?>
|
|
<p>Mise à jour en cours, veuillez patienter quelques instants …</p>
|
|
<?php endif; ?>
|
|
</body>
|
|
</html>
|