Update index.py

pull/632/head
Mr Chen 5 months ago
parent f96ff13843
commit 332aa43419
  1. 9
      plugins/php-guard/index.py

@ -8,11 +8,12 @@ import re
import json
import shutil
# reload(sys)
# sys.setdefaultencoding('utf8')
web_dir = os.getcwd() + "/web"
if os.path.exists(web_dir):
sys.path.append(web_dir)
os.chdir(web_dir)
sys.path.append(os.getcwd() + "/class/core")
import mw
import core.mw as mw
app_debug = False
if mw.isAppleSystem():

Loading…
Cancel
Save