You've already forked EasyImages2.0
mirror of
https://github.com/icret/EasyImages2.0.git
synced 2025-12-13 11:43:58 +08:00
fix
This commit is contained in:
@@ -167,3 +167,14 @@ if ($config['checkImg'] !== 0) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (!function_exists('fastcgi_finish_request')) {
|
||||
echo '
|
||||
<script>
|
||||
new $.zui.Messager("开启 fastcgi_finish_request 处理数据会更快喔!",{
|
||||
type: "primary", // 定义颜色主题
|
||||
time:7000
|
||||
}).show();
|
||||
</script>
|
||||
';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user