Timecard/install.php

8 lines
108 B
PHP
Raw Permalink Normal View History

2022-05-22 16:56:50 +09:00
<?php
require_once __DIR__ . '/provide/autoload.php';
$boot = new BootLoader(__DIR__);
$boot->install();