一键干掉宝塔的强制登陆
2020-09-26 00:18
阅读:1744
先安装宝塔,如果登陆啥事都没有那最好 如果提示必须要登陆宝塔账户 那么,在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
评论
亲,登录后才可以留言!











![[收藏]thinkphp5.1中容器(Container)和门面(Facade)的实现](https://soscw.com/upload/portal/20201021/4da16ae62f50050f0471dcd70c2e6b75.jpg)


