Files

8 lines
113 B
PHP
Raw Permalink Normal View History

2022-01-10 23:57:53 +08:00
<?php
2023-02-04 17:16:39 +08:00
2022-01-10 23:57:53 +08:00
declare(strict_types=1);
date_default_timezone_set('UTC');
require __DIR__ . '/../vendor/autoload.php';