mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 04:45:16 +02:00
wrong path for salmon verify
This commit is contained in:
parent
5307225682
commit
1d7d4bf8c6
4 changed files with 3 additions and 4 deletions
|
@ -130,7 +130,7 @@ function salmon_post(&$a) {
|
|||
|
||||
// Setup RSA stuff to verify the signature
|
||||
|
||||
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');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue