Update config_api.py

pull/393/head
midoks 2 years ago
parent 9e6bf08a72
commit 0141028d41
  1. 4
      class/core/config_api.py

@ -452,10 +452,10 @@ class config_api:
mw.execShell('rm -rf ' + dst_csrpath)
if os.path.exists(dst_keypath):
mw.execShell('rm -rf ' + dst_keypath)
mw.restartWeb()
# mw.restartWeb()
return mw.returnJson(True, '已经删除SSL!')
mw.restartWeb()
# mw.restartWeb()
return mw.returnJson(False, '已经不存在SSL!')
# 申请面板let证书

Loading…
Cancel
Save