去除宝塔登录
宝塔去除登录
退回7.7版本
需要退回低版本,去除登录的方法才有效。
宝塔7.7更新包下载
wget -O /root/LinuxPanel-7.7.0.zip https://xz123.pythonanywhere.com/https://github.com/nima789/DY/raw/file/LinuxPanel-7.7.0.zip |
解压
unzip /root/LinuxPanel-7.7.0.zip |
执行更新
bash /root/panel/update.sh |
去除登录
sed -i "s|if (bind_user == 'REMOVED') {|if (bind_user == 'True') {|g" /www/server/panel/BTPanel/static/js/index.js |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 XZ's blog!