Parcourir la source

设置下载的最长时间为0

Zhu Jinhui il y a 7 ans
Parent
commit
0838657797
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/Library/Download.php

+ 1 - 0
src/Library/Download.php

@@ -1,6 +1,7 @@
 <?php
 namespace Qii\Library;
 
+set_time_limit (0);
 ignore_user_abort(true);
 class Download
 {