AEOS Calvarium v0.4

This commit is contained in:
OverSu 2026-08-26 17:23:29 +02:00
commit 57b531cb62
189 changed files with 3810 additions and 1417 deletions

12
themes/main/maintenance.php Executable file
View file

@ -0,0 +1,12 @@
<?php (SECURITY)?die():FALSE; ?>
<!-- Maintenance -->
<body>
<div id="content">
<div id="center">
<!-- Affichage du message en cas de maintenance -->
<p><?php echo AEOS_MAINTMSG; ?></p>
</div>
<div id="left"></div>
</div>
</body>
</html>