mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-03 11:51:18 +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';
|