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/config.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/config.php')
-rwxr-xr-x | apps/files_external/lib/config.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/files_external/lib/config.php b/apps/files_external/lib/config.php index 21f63bf439d..28e28ffcde6 100755 --- a/apps/files_external/lib/config.php +++ b/apps/files_external/lib/config.php @@ -21,11 +21,6 @@ * License along with this library. If not, see <http://www.gnu.org/licenses/>. */ -set_include_path( - get_include_path() . PATH_SEPARATOR . - \OC_App::getAppPath('files_external') . '/3rdparty/phpseclib/phpseclib' -); - /** * Class to configure mount.json globally and for users */ |