8 lines
113 B
PHP
Raw Normal View History

2024-07-10 18:28:19 +05:45
<?php
declare(strict_types=1);
date_default_timezone_set('UTC');
require __DIR__ . '/../vendor/autoload.php';