Update index.py

pull/109/head
Mr Chen 6 years ago
parent a4471f55dd
commit 258e6641da
  1. 2
      plugins/php/index.py

@ -177,6 +177,8 @@ def initReplace(version):
session_path = '/tmp/session'
if not os.path.exists(session_path):
os.mkdir(session_path)
if not public.isAppleSystem():
public.execShell('chmod -R www:www' + session_path)
return file_bin

Loading…
Cancel
Save