Timecard/index.php
2022-05-22 15:22:49 +09:00

9 lines
136 B
PHP

<?php
ini_set("display_erros", "on");
require_once __DIR__ . '/provide/autoload.php';
$boot = new BootLoader(__DIR__);
$boot->run();