Browse Source

Update vdimgck.php

tags/6.2.7
叙述、别离 1 year ago
parent
commit
f3206e2f5d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/apps/vdimgck.php

+ 1
- 0
src/apps/vdimgck.php View File

@@ -149,6 +149,7 @@ function echo_validate_image($config = array())
header("Pragma:no-cache\r\n");
header("Cache-Control:no-cache\r\n");
header("Expires:0\r\n");
ob_clean();
if (function_exists("imagejpeg")) {
header("content-type:image/jpeg\r\n");
imagejpeg($im);


Loading…
Cancel
Save