Studio-42 / elFinder

📁 Open-source file manager for web, written in JavaScript using jQuery and jQuery UI
https://studio-42.github.io/elFinder/
Other
4.6k stars 1.41k forks source link

[VD:SFTP] fix SFTP driver fatal error, cleanup #3574

Closed sitecode closed 1 year ago

sitecode commented 1 year ago

Fix PHP 8 fatal error: 0 - preg_split(): Argument #2 ($subject) must be of type string, array given Cleanup: delete unused code and replace confusing var name $raw with $info to clarify working with an array and not a string.

nao-pon commented 1 year ago

@sitecode Thanks! :+1: