Timecard/install.php

8 lines
108 B
PHP
Raw Normal View History

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