mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 17:49:11 +08:00
update server stat and app default config
This commit is contained in:
parent
d6b22011ba
commit
0fc9b1d867
@ -27,7 +27,6 @@ class ServerController extends Controller
|
||||
}
|
||||
$server[$i]['group_id'] = json_decode($server[$i]['group_id']);
|
||||
$serverStat = Cache::get(CacheKey::get('SERVER_STAT', $server[$i]['id']));
|
||||
dd($serverStat);
|
||||
if ($serverStat) {
|
||||
$serverStat = json_decode($serverStat, true);
|
||||
$server[$i]['u'] = $serverStat['u'];
|
||||
|
Loading…
Reference in New Issue
Block a user