Update index.py

pull/481/head
midoks 2 years ago
parent f0ba3d58d6
commit 1d078a63ca
  1. 1
      plugins/redis/index.py

@ -296,7 +296,6 @@ def runLog():
def getRedisConfInfo(): def getRedisConfInfo():
conf = getServerDir() + '/redis.conf' conf = getServerDir() + '/redis.conf'
content = mw.readFile(conf)
gets = [ gets = [
{'name': 'bind', 'type': 2, 'ps': '绑定IP(修改绑定IP可能会存在安全隐患)'}, {'name': 'bind', 'type': 2, 'ps': '绑定IP(修改绑定IP可能会存在安全隐患)'},

Loading…
Cancel
Save