sterzycom/index.php
2019-01-25 13:45:36 +01:00

5 lines
78 B
PHP
Executable file

<?php
require __DIR__ . '/kirby/bootstrap.php';
echo (new Kirby)->render();