Update mw.py

pull/583/head
Mr Chen 12 months ago
parent 6473755127
commit 04925c0534
  1. 2
      class/core/mw.py

@ -1298,7 +1298,7 @@ def checkDomainPanel():
if os.path.exists(choose_file):
choose = readFile(choose_file).strip()
if not mw.inArray(['local','nginx'], choose):
if not inArray(['local','nginx'], choose):
return False
if choose == 'local':

Loading…
Cancel
Save