本文及资源最后更新时间 2021-03-13 by sky995
安装宝塔后,如果登陆啥事都没有那最好
如果提示必须要登陆宝塔账户
那么,在SSH里执行
Bash
sed -i "s|if (bind_user == 'True') {|if (bind_user == 'REMOVED') {|g" /www/server/panel/BTPanel/static/js/index.js
完工
同理,如果要还原
Bash
sed -i "s|if (bind_user == 'REMOVED') {|if (bind_user == 'True') {|g" /www/server/panel/BTPanel/static/js/index.js