|
|
@ -68,6 +68,10 @@ class Config extends BaseController |
|
|
updateEnv('qcloud_'.$k,$v); |
|
|
updateEnv('qcloud_'.$k,$v); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
// 更新系统缓存 |
|
|
|
|
|
$systemInfo=Conf::getSystemInfo(true); |
|
|
|
|
|
// 向所有人推送新的设置 |
|
|
|
|
|
wsSendMsg(0,'updateConfig',$systemInfo); |
|
|
}else{ |
|
|
}else{ |
|
|
// 更新系统缓存 |
|
|
// 更新系统缓存 |
|
|
$systemInfo=Conf::getSystemInfo(true); |
|
|
$systemInfo=Conf::getSystemInfo(true); |
|
|
|