我勒个去,楼上帖子回复完,回到首页,主题竟然移动了,后台竟然执行了!
- <?php
- !function_exists('readover') && exit('Forbidden');
- require_once (R_P.'global.php');
- global $timestamp,$tdtime;
- $shijian=$tdtime-86400*2;
- $db -> update("UPDATE pw_threads set fid='28' where fid='48' and frommob='1' and postdate<$shijian");
- ?>
主要是增加了“
global $timestamp,$tdtime;”这一行。难道在require/plan目录下连“$timestamp”都不认识(84楼代码)?