designtopack/public/kirby/views/php.php

12 lines
441 B
PHP
Raw Permalink Normal View History

2024-07-10 16:10:33 +02:00
<?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>
2025-09-23 08:15:07 +02:00
Change the PHP version to one <a href="https://getkirby.com/fatal/php">supported by your version of Kirby</a>
2024-07-10 16:10:33 +02:00
</p>
<?php include __DIR__ . '/snippets/footer.php' ?>