diff options
author | Friendika <info@friendika.com> | 2011-07-20 23:14:43 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-07-20 23:14:43 -0700 |
commit | 1d7d4bf8c6dcd8d3d70129d5a09228a62851cc74 (patch) | |
tree | 2f061ee489e1e8224c3ef61bb07088f2ec2b1fea /include/salmon.php | |
parent | 530722568281188f262c5da5fcc8020528f1a3ac (diff) | |
download | volse-hubzilla-1d7d4bf8c6dcd8d3d70129d5a09228a62851cc74.tar.gz volse-hubzilla-1d7d4bf8c6dcd8d3d70129d5a09228a62851cc74.tar.bz2 volse-hubzilla-1d7d4bf8c6dcd8d3d70129d5a09228a62851cc74.zip |
wrong path for salmon verify
Diffstat (limited to 'include/salmon.php')
-rw-r--r-- | include/salmon.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/salmon.php b/include/salmon.php index c1af1a852..473432f25 100644 --- a/include/salmon.php +++ b/include/salmon.php @@ -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'); |