array('source' => '日志文件不存在', 'date' => '日志文件不存在', 'ip' => '日志文件不存在', 'port' => '日志文件不存在', 'user_agent' => '日志文件不存在', 'path' => '日志文件不存在', 'size' => '日志文件不存在', 'md5' => '日志文件不存在', 'checkImg' => '日志文件不存在', 'from' => '日志文件不存在')); } // 图片真实路径 $imgABPath = APP_ROOT . $getIMG; // 图片是否存在 if (!file_exists($imgABPath)) { $imgABPath = APP_ROOT . "/public/images/404.png"; $img_url = rand_imgurl() . "/public/images/404.png"; } // 图片尺寸 $imgSize = filesize($imgABPath); // 上传时间 $upTime = filemtime($imgABPath); // 广告 if ($config['ad_top']) echo $config['ad_top_info']; ?>