mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2025-12-16 04:22:47 +00:00
8 lines
113 B
PHP
8 lines
113 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
date_default_timezone_set('UTC');
|
|
|
|
require __DIR__ . '/../vendor/autoload.php';
|