diff --git a/plugins/php/index.py b/plugins/php/index.py index f1e86b3a5..c9049af52 100755 --- a/plugins/php/index.py +++ b/plugins/php/index.py @@ -8,11 +8,11 @@ import re import json import shutil -reload(sys) -sys.setdefaultencoding('utf8') +# reload(sys) +# sys.setdefaultencoding('utf8') sys.path.append(os.getcwd() + "/class/core") -sys.path.append("/usr/local/lib/python2.7/site-packages") +# sys.path.append("/usr/local/lib/python3.6/site-packages") import mw