File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
/*
3
- * jQuery File Upload Plugin PHP Class 5.18.2
3
+ * jQuery File Upload Plugin PHP Class 5.18.3
4
4
* https://github.com/blueimp/jQuery-File-Upload
5
5
*
6
6
* Copyright 2010, Sebastian Tschan
@@ -665,7 +665,7 @@ public function post($print_response = true) {
665
665
// Parse the Content-Range header, which has the following form:
666
666
// Content-Range: bytes 0-524287/2000000
667
667
$ content_range = isset ($ _SERVER ['HTTP_CONTENT_RANGE ' ]) ?
668
- preg_split (" /[^0-9]+/ " , $ _SERVER ['HTTP_CONTENT_RANGE ' ]) : null ;
668
+ preg_split (' /[^0-9]+/ ' , $ _SERVER ['HTTP_CONTENT_RANGE ' ]) : null ;
669
669
$ size = $ content_range ? $ content_range [3 ] : null ;
670
670
$ info = array ();
671
671
if ($ upload && is_array ($ upload ['tmp_name ' ])) {
You can’t perform that action at this time.
0 commit comments