mirror of
https://github.com/ZeJMaN/LBCAlerte_ynh.git
synced 2025-06-30 15:40:44 +02:00
Initial commit
Functional, without SSO
This commit is contained in:
14
sources/app/default/views/upgrade.phtml
Normal file
14
sources/app/default/views/upgrade.phtml
Normal file
@ -0,0 +1,14 @@
|
||||
<!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>
|
Reference in New Issue
Block a user