diff options
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'); |