摘要:
/** * 防采集设置 * @global type $_G * @return boolean */function antitheft_control() { global $_G; //是否允许使用memcache $allowmem = memory('check'); if(empty($allowmem)) { return true; } $lifetime = 86400; // memcache的生命周期 $pervisittimes = 100; // 在单位时间内最多访问多少次 $limitimes =... 阅读全文
posted @ 2013-05-20 19:23
bandbandme
阅读(283)
评论(0)
推荐(0)
浙公网安备 33010602011771号