geoproject-app/public/index.php

6 lines
67 B
PHP
Raw Permalink Normal View History

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