```php 验证失败 认证已过期,请输入密码 提交 EOT; echo $loginhtml;exit(); } else { // 记录密码访问记录 $log_file = './log/log_'.date('Ymd',time()).'.log'; $content = date('Y-m-d H:i:s',time()).' '.$_COOKIE["token"]."\r\n"; file_put_contents($log_file,$content, FILE_APPEND); } ``` // 后面业务内容随便整