|
tj.phpwind.net/g.gif是APP统计代码。都在用,载入速度太慢。可以删除
打开根目录global.php
- <span style="background-color: rgb(255, 255, 255);">if ($SCR != 'post' && !defined('AJAX')) { </span>
- <span style="background-color: rgb(255, 255, 255);"> $ceversion = defined('CE') ? 1 : 0; </span>
- <span style="background-color: rgb(255, 255, 255);"> $output .= "<script language="JavaScript" src="http://init.phpwind.net/init.php?sitehash={$GLOBALS[db_sitehash]}&v={$GLOBALS[wind_version]}&c=$ceversion"></script>"; </span>
- <span style="background-color: rgb(255, 255, 255);"> }</span>
复制代码
把这段代码改成(也可以吧上面的代码直接去掉,不用改也行)
- <span style="background-color: rgb(255, 255, 255);">if ($SCR!='post') { </span>
- <span style="background-color: rgb(255, 255, 255);"> $ceversion = defined('CE') ? 1 : 0; </span>
- <span style="background-color: rgb(255, 255, 255);"> $output .= ""; </span>
- <span style="background-color: rgb(255, 255, 255);">}</span>
复制代码
|
|