7 lines
112 B
PHP
Raw Normal View History

2025-03-12 10:47:34 +08:00
<?php
declare(strict_types=1);
date_default_timezone_set('UTC');
require __DIR__ . '/../vendor/autoload.php';