打开:/www/server/panel/class/panelplugin.py文件
搜索“softList['list'] = tmpList”,在其下方添加如下代码:
1 2 3 |
softList['pro'] = 1 for soft in softList['list']: soft['endtime'] = 0 |
最好把这个文件的权限改为不可写。就可以了(要不然文件会恢复原样)
除特别注明外,本站所有文章均为LJY IT BLOG原创,转载请注明出处来自https://www.ljy2345.com/6335.html
暂无评论