最近宝塔不知道咋啦 不太靠谱了
纯净版地址
安装脚本我就直接贴出来
yum install -y wget && wget -O install.sh http://download.hostcli.com/install/install_6.0.sh && sh install.sh
如果服务器已经安装官方 7.4.5 面板,可一键升级净化
执行净化命令:极速安装方式 (安装时间1至10秒),升级后可能需要重启面板
wget -O /home/update7.sh http://download.hostcli.com/install/update7.sh && bash /home/update7.sh
最近又开始有广告了强迫症患者
在/www/server/panel/BTPanel/static/js/public.js里面加入
将
$(function(){
$.fn.extend({
fixedThead:function(options){
var _that = $(this);
var option = {
height:400,
shadow:true,
resize:true
};
替换为
$(function(){
//强迫症开始
$('#link').remove();
$('#link').remove();
$('hr').remove();
//强迫症结束
$.fn.extend({
fixedThead:function(options){
var _that = $(this);
var option = {
height:400,
shadow:true,
resize:true
};
Comments | NOTHING