作者 邓超

x

... ... @@ -330,6 +330,11 @@ function sync($email_id,$worker_id){
}
if(!function_exists("imap_open")){
echo '请安装imap扩展';
exit(0);
}
$ps = "ps -ef | grep \"sync.php start\" | grep -v grep | wc -l";
... ...