]> git.mxchange.org Git - friendica.git/blobdiff - include/salmon.php
bug #96 move libraries to library - better alignment of like rotator
[friendica.git] / include / salmon.php
index 74da98c93c4a36dfc21b1c203130711740198cf9..c1af1a8526312539dcc2f9a458cdbab7db0cb2fd 100644 (file)
@@ -145,9 +145,9 @@ EOT;
 
        // Setup RSA stuff to PKCS#1 sign the data
 
-       set_include_path(get_include_path() . PATH_SEPARATOR . 'phpsec');
+       set_include_path(get_include_path() . PATH_SEPARATOR . 'library' . PATH_SEPARATOR . 'phpsec');
 
-       require_once('phpsec/Crypt/RSA.php');
+       require_once('library/phpsec/Crypt/RSA.php');
 
     $rsa = new CRYPT_RSA();
     $rsa->signatureMode = CRYPT_RSA_SIGNATURE_PKCS1;