]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix path to 3rdparty apps
authorBjörn Schießle <schiessle@owncloud.com>
Tue, 21 May 2013 10:33:32 +0000 (12:33 +0200)
committerBjörn Schießle <schiessle@owncloud.com>
Tue, 21 May 2013 10:33:32 +0000 (12:33 +0200)
apps/files_encryption/lib/crypt.php

index 8ff9fc5ff5b7021177bf10868daca2ef55a0530f..1a5c9300a277afda7698bf0e54b68e05d7e930a8 100755 (executable)
@@ -25,7 +25,8 @@
 \r
 namespace OCA\Encryption;\r
 \r
-require_once '../3rdparty/Crypt_Blowfish/Blowfish.php';\r
+//require_once '../3rdparty/Crypt_Blowfish/Blowfish.php';\r
+require_once realpath(dirname(__FILE__) . '/../3rdparty/Crypt_Blowfish/Blowfish.php');\r
 \r
 /**\r
  * Class for common cryptography functionality\r