lean/skeleton/public/index.php

8 lines
112 B
PHP

<?php
try {
require_once("../src/Kernel.php");
}
catch(\Throwable $t) {
echo $t->getMessage();
}