一键去除
连接SSH
sed -i "s|if (bind_user == 'True') {|if (bind_user == 'REMOVED') {|g" /www/server/panel/BTPanel/static/js/index.js
手动修改
/www/server/panel/BTPanel/static/js/index.js
找到这个文件,搜索
bind_user
把
if (bind_user == 'True') {
show_force_bind();
}
改成
if (bind_user == 'REMOVED') {
show_force_bind();
}
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END