AEOS/themes/system/maintenance.php
2026-08-26 17:23:29 +02:00

12 lines
No EOL
268 B
PHP
Executable file

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