1
0
Fork 0
web-jbeyerstedt/index.php

6 lines
67 B
PHP
Raw Normal View History

2016-03-28 22:32:42 +02:00
<?php
2021-01-24 18:05:39 +01:00
require 'kirby/bootstrap.php';
2016-03-28 22:32:42 +02:00
2021-01-24 18:05:39 +01:00
echo (new Kirby)->render();