Update apps/files_external/lib/sftp.php
Added copyright notice
This commit is contained in:
parent
00bfcd94ec
commit
be197d52b1
1 changed files with 7 additions and 0 deletions
|
@ -1,4 +1,11 @@
|
|||
<?php
|
||||
/**
|
||||
* Copyright (c) 2012 Henrik Kjölhede <hkjolhede@gmail.com>
|
||||
* This file is licensed under the Affero General Public License version 3 or
|
||||
* later.
|
||||
* See the COPYING-README file.
|
||||
*/
|
||||
|
||||
set_include_path(get_include_path() . PATH_SEPARATOR . OC::$THIRDPARTYROOT . '/3rdparty/phpseclib/phpseclib');
|
||||
require('Net/SFTP.php');
|
||||
|
||||
|
|
Loading…
Reference in a new issue