Update files_api.py

pull/267/head
midoks 3 years ago
parent d2ca9b57b9
commit 6bbc3ea73b
  1. 2
      class/core/files_api.py

@ -784,7 +784,7 @@ class files_api:
# 检查是否为.user.ini
if path.find('.user.ini') >= 0:
os.system("which chattr && chattr -i '" + path + "'")
mw.execShell("which chattr && chattr -i '" + path + "'")
try:
if os.path.exists('data/recycle_bin.pl'):

Loading…
Cancel
Save