Update index.py

pull/118/head
midoks 3 years ago
parent bd14b88c00
commit 90dfcf7d7a
  1. 2
      plugins/php/index.py

@ -675,7 +675,7 @@ def installLib(version):
name + '.sh' + ' install ' + version name + '.sh' + ' install ' + version
rettime = time.strftime('%Y-%m-%d %H:%M:%S') rettime = time.strftime('%Y-%m-%d %H:%M:%S')
insert_info = (None, '安装[' + name + '-' + version + ']', insert_info = (None, '安装[' + name + '-PHP' + version + ']',
'execshell', '0', rettime, execstr) 'execshell', '0', rettime, execstr)
mw.M('tasks').add('id,name,type,status,addtime,execstr', insert_info) mw.M('tasks').add('id,name,type,status,addtime,execstr', insert_info)

Loading…
Cancel
Save