乐趣论坛
金牌会员
- 注册
- 2019-04-25
- 消息
- 648
- 反馈评分
- 49
先安装宝塔,如果登陆啥事都没有那最好
如果提示必须要登陆宝塔账户
那么,在terminal里执行
完工
同理,如果要还原
如果提示必须要登陆宝塔账户
那么,在terminal里执行
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