Ver Fonte

no commit message

齐博 há 4 anos atrás
pai
commit
6a543d2aef
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      vendor/phpqrcode/phpqrcode.php

+ 1 - 1
vendor/phpqrcode/phpqrcode.php

@@ -3343,7 +3343,7 @@ if ($logo) {  //是否有Logo图
     //输出图片
     Header("Content-type: image/png");
     ImagePng($QR);
-    //unlink($_QR);
+    $_QR && unlink($_QR);
 }
 exit;