8 lines
113 B
PHP
Raw Normal View History

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