先安装宝塔,如果登陆啥事都没有那最好
如果提示必须要登陆宝塔账户
那么,在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
注意,记得清缓存。
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
暂无评论内容