去掉WHMCS的版权信息
为了去掉 WHMCS 的版权信息,你可能需要花费更多的美刀,但是用 jQuery ,我们可以直接去掉。
打开 include/jscript/jquery.js ,在最后加入:
- $(function(){$('p:has(a[href*=whmcs\.com])').hide()});
$(function(){$('p:has(a[href*=whmcs\.com])').hide()});为了去掉 WHMCS 的版权信息,你可能需要花费更多的美刀,但是用 jQuery ,我们可以直接去掉。
打开 include/jscript/jquery.js ,在最后加入:
$(function(){$('p:has(a[href*=whmcs\.com])').hide()});
近期评论