- Added new library application/libraries/SignatureLib.php

- Changed configs for the signature server in config/vilesci.config-default.inc.php
- Changed include/dokument_export.class.php to make use of the new configs
This commit is contained in:
Paolo
2022-05-11 18:29:10 +02:00
parent 8111031dea
commit 2a8b61c07f
3 changed files with 85 additions and 4 deletions
+1 -1
View File
@@ -527,7 +527,7 @@ class dokument_export
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, SIGNATUR_URL);
curl_setopt($ch, CURLOPT_URL, SIGNATUR_URL.'/'.SIGNATUR_SIGN_API);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 7);
curl_setopt($ch, CURLOPT_USERAGENT, "FH-Complete");