Compare commits
1 Commits
main
...
c3c3eed46e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c3c3eed46e |
@@ -576,5 +576,6 @@ function exportToCSVFile($res, $fullpath, array $headers = null, $delimiter = ';
|
|||||||
}
|
}
|
||||||
|
|
||||||
fclose($fp);
|
fclose($fp);
|
||||||
return ['ok'=>true, 'path'=>$fullpath, 'rows'=>$count, 'error'=>null];
|
$chmod_ok = @chmod($fullpath, 0664);
|
||||||
|
return ['ok'=>true, 'path'=>$fullpath, 'rows'=>$count, 'chmod'=>$chmod_ok, 'error'=>null];
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user