geoproject-app/public/index.php
2025-11-24 14:01:48 +01:00

5 lines
67 B
PHP

<?php
require 'kirby/bootstrap.php';
echo (new Kirby)->render();