5 lines
78 B
PHP
Executable file
5 lines
78 B
PHP
Executable file
<?php
|
|
|
|
require __DIR__ . '/kirby/bootstrap.php';
|
|
|
|
echo (new Kirby)->render();
|