diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-05-26 22:24:20 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-06-03 12:18:30 +0200 |
commit | 17cbfc714a77cfe8b89199fcf780319bd87a43a0 (patch) | |
tree | 045802785e01a48f7e4ae75cd37af59488cba9b7 /apps/files_external/lib/sftp.php | |
parent | 929882a32a020b6c05605f416fa55024b9a60d33 (diff) | |
download | nextcloud-server-17cbfc714a77cfe8b89199fcf780319bd87a43a0.tar.gz nextcloud-server-17cbfc714a77cfe8b89199fcf780319bd87a43a0.zip |
use phpseclib from 3rdparty
rename class Crypt_Blowfish to Legacy_Crypt_Blowfish
Diffstat (limited to 'apps/files_external/lib/sftp.php')
-rw-r--r-- | apps/files_external/lib/sftp.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/files_external/lib/sftp.php b/apps/files_external/lib/sftp.php index a0816e2870d..52cac9bb64a 100644 --- a/apps/files_external/lib/sftp.php +++ b/apps/files_external/lib/sftp.php @@ -7,11 +7,6 @@ */ namespace OC\Files\Storage; -set_include_path(get_include_path() . PATH_SEPARATOR . - \OC_App::getAppPath('files_external') . '/3rdparty/phpseclib/phpseclib'); -require 'Net/SFTP.php'; -require 'Net/SFTP/Stream.php'; - class SFTP extends \OC\Files\Storage\Common { private $host; private $user; |