mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-04 21:03:27 +08: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';
|