Support jOOmla! Autoit!
去除后台页脚 1.0.11 里新增的安全及版本检查显示 输出PDF 打印 E-mail
Author Author: Autoit | Date Date:2006-08-30 | View Count View: 10929 | Digg Count Digg: 52

涉及到很多地方调用他, 所以简单的方法就是把这两个函数 内容去除掉就可以了.

修改: /administrator/includes/admin.php  最下两部分

 /*
 * Added 1.0.11
 */
......
/*
 * Added 1.0.11
 */
....
?>

改为:

/*
 * Added 1.0.11
 */
function josSecurityCheck($width='95%') {  
 
}
/*
 * Added 1.0.11
 */
 function josVersionCheck($width='95%',$always=1) {
}
?>

Permanent URL: http://www.autoit.cn/index.php/content/view/76/25.html

Shares: Google书签 Yahoo书签 雅虎收藏夹 365Key网摘 新浪ViVi 百度收藏 天极网摘 diglog 和讯网摘 POCO网摘 YouNote网摘 博拉网 天下图摘 spurl blogmarks BlinkList reddit digg Del.icio.us   |  Tags: 检查  

 
最新文章模块增加发布时间的hack   让后台的:内容--所有内容项目以日期来排序