
链接SSH:
一键去除
sed -i "s|if (bind_user == 'True') {|if (bind_user == 'REMOVED') {|g"
/www/server/panel/BTPanel/static/js/index.js
一键还原
sed -i "s|if (bind_user == 'REMOVED') {|if (bind_user == 'True') {|g"
/www/server/panel/BTPanel/static/js/index.js
手动修改
/www...