corrected namespace

remotes/origin/stable5
Henrik Kjölhede 13 years ago
parent d6b4d25d1d
commit 3b029d551c
  1. 3
      apps/files_external/lib/sftp.php

@ -5,12 +5,11 @@
* later.
* See the COPYING-README file.
*/
namespace OC\Files\Storage;
set_include_path(get_include_path() . PATH_SEPARATOR . OC_App::getAppPath('files_external') . '/3rdparty/phpseclib/phpseclib');
require('Net/SFTP.php');
namespace OC\Files\Storage;
class SFTP extends OC\Files\Storage\Common {
private $host;
private $user;

Loading…
Cancel
Save