6 lines
67 B
PHP
6 lines
67 B
PHP
<?php
|
|
|
|
require 'kirby/bootstrap.php';
|
|
|
|
echo (new Kirby)->render();
|