Timecard/index.php

8 lines
104 B
PHP
Raw Permalink Normal View History

2022-05-22 11:40:31 +09:00
<?php
require_once __DIR__ . '/provide/autoload.php';
2022-05-22 15:22:49 +09:00
$boot = new BootLoader(__DIR__);
$boot->run();