Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dcad0a2

Browse files
committed
Updated version number.
1 parent 1f7ace8 commit dcad0a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/php/UploadHandler.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* jQuery File Upload Plugin PHP Class 6.8.0
3+
* jQuery File Upload Plugin PHP Class 6.8.1
44
* https://github.com/blueimp/jQuery-File-Upload
55
*
66
* Copyright 2010, Sebastian Tschan
@@ -749,7 +749,7 @@ protected function readfile($file_path) {
749749
protected function body($str) {
750750
echo $str;
751751
}
752-
752+
753753
protected function header($str) {
754754
header($str);
755755
}

0 commit comments

Comments
 (0)