corrected namespace

This commit is contained in:
Henrik Kjölhede 2013-02-09 15:57:33 +01:00
parent d6b4d25d1d
commit 3b029d551c
1 changed files with 1 additions and 2 deletions

View File

@ -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;