mirror of
https://github.com/Huber1/skigemeinschaft.git
synced 2026-05-13 12:27:34 +02:00
9 lines
130 B
PHP
9 lines
130 B
PHP
<?php
|
|
|
|
require __DIR__ . '/kirby/bootstrap.php';
|
|
|
|
echo (new Kirby([
|
|
'urls' => [
|
|
'index' => '/',
|
|
],
|
|
]))->render();
|