服务器列表优化速度

This commit is contained in:
wanyongkang
2020-11-27 10:46:39 +08:00
parent 8306c61f33
commit d4aca75a4a
8 changed files with 305 additions and 203 deletions

View File

@@ -1,7 +1,7 @@
<?php
$is_script = 1;
include __DIR__ . '/../index.php';
include_once __DIR__ . '/../index.php';
use app\manager\model\FollowRecord;
use app\manager\model\ProductOrder;