update to 6.8.27

This commit is contained in:
aaPanel
2022-12-16 10:40:55 +08:00
parent d2a66661db
commit 7dcaa2b5ce
148 changed files with 22281 additions and 13876 deletions
+1 -1
View File
@@ -321,7 +321,7 @@ class firewalld:
# 服务控制
def FirewalldService(self, type):
public.ExecShell('systemctl ' + type + ' firewalld.service')
return public.returnMsg(True, 'SUCCESS')
return public.return_msg_gettext(True, 'Setup successfully!')
# 保存配置
def Save(self):