You've already forked EasyImages2.0
mirror of
https://github.com/icret/EasyImages2.0.git
synced 2025-12-13 11:43:58 +08:00
v2.5.1
This commit is contained in:
@@ -103,18 +103,6 @@ if ($handle->uploaded) {
|
||||
|
||||
/** 后续处理 */
|
||||
require __DIR__ . '/process.php';
|
||||
/*
|
||||
require __DIR__ . '/FsockService.php';
|
||||
|
||||
// 使用fosksock异步申请鉴黄
|
||||
if ($config['checkImg']) {
|
||||
$process = array(
|
||||
'auth' => md5($config['domain'] . $config['password']),
|
||||
'img' => $imageUrl
|
||||
);
|
||||
@request_asynchronous('/application/process.php', 'GET', $process, $config['domain']);
|
||||
}
|
||||
*/
|
||||
// 使用fastcgi_finish_request操作
|
||||
if (function_exists('fastcgi_finish_request')) {
|
||||
fastcgi_finish_request();
|
||||
|
||||
Reference in New Issue
Block a user