1
1
Fork 0

wrong path for salmon verify

This commit is contained in:
Friendika 2011-07-20 23:14:43 -07:00
commit 1d7d4bf8c6
4 changed files with 3 additions and 4 deletions

View file

@ -145,7 +145,7 @@ EOT;
// Setup RSA stuff to PKCS#1 sign the data
set_include_path(get_include_path() . PATH_SEPARATOR . 'library' . PATH_SEPARATOR . 'phpsec');
set_include_path(get_include_path() . PATH_SEPARATOR . 'library/phpsec');
require_once('library/phpsec/Crypt/RSA.php');