diff --git a/plugins/php/index.py b/plugins/php/index.py index 6db5faba6..bd556eaee 100755 --- a/plugins/php/index.py +++ b/plugins/php/index.py @@ -675,7 +675,7 @@ def installLib(version): name + '.sh' + ' install ' + version rettime = time.strftime('%Y-%m-%d %H:%M:%S') - insert_info = (None, '安装[' + name + '-' + version + ']', + insert_info = (None, '安装[' + name + '-PHP' + version + ']', 'execshell', '0', rettime, execstr) mw.M('tasks').add('id,name,type,status,addtime,execstr', insert_info)