Skip to content

Commit fec9cb3

Browse files
committed
Update README.md
1 parent 324b156 commit fec9cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if($data['hasErrors']){
4040

4141
function onFilesRemoveCallback($removed_files){
4242
foreach($removed_files as $key=>$value){
43-
$file = '../uploads/' . $value;
43+
$file = 'uploads/' . $value;
4444
if(file_exists($file)){
4545
unlink($file);
4646
unset($removed_files[$key]);

0 commit comments

Comments
 (0)