Initial commit

Functional, without SSO
This commit is contained in:
Jimmy Monin
2016-09-18 11:03:26 +02:00
commit 57708e3169
253 changed files with 30787 additions and 0 deletions

View 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>