7 lines
112 B
PHP
Raw Normal View History

2023-05-10 13:39:12 +08:00
<?php
declare(strict_types=1);
date_default_timezone_set('UTC');
require __DIR__ . '/../vendor/autoload.php';