Update index.py

pull/109/head
midoks 6 years ago
parent 4f6fa1b36f
commit 3ea4ecde17
  1. 2
      plugins/php/index.py

@ -201,7 +201,7 @@ def initReplace(version):
if not os.path.exists(session_path):
os.mkdir(session_path)
if not public.isAppleSystem():
public.execShell('chown -R www:www' + session_path)
public.execShell('chown -R www:www ' + session_path)
return file_bin

Loading…
Cancel
Save