Files
lichterei-web/kirby/views/php.php
Bastian Allgeier f79d2e960c 3.4.0
2020-07-07 12:40:29 +02:00

12 lines
406 B
PHP
Executable File

<?php include __DIR__ . '/snippets/header.php' ?>
<p class="notice">
This page is currently offline. We are very sorry for the inconvenience and will fix it as soon as possible.
</p>
<p class="admin-advice">
Advice for developers and administrators:<br>
Change the PHP version to 7.2, 7.3 or 7.4 (PHP 7.3 or 7.4 are recommended)
</p>
<?php include __DIR__ . '/snippets/footer.php' ?>