1
0
Fork 0
web-jbeyerstedt/index.php

6 lines
67 B
PHP
Raw Normal View History

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