summaryrefslogtreecommitdiff
path: root/src/frontend/cert.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/cert.php')
-rw-r--r--src/frontend/cert.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/frontend/cert.php b/src/frontend/cert.php
index 9f0af350..501fe31b 100644
--- a/src/frontend/cert.php
+++ b/src/frontend/cert.php
@@ -60,12 +60,11 @@ else{
'currency' => $currency)));
// test
// echo $json;
-
- //echo phpinfo ();
+ // echo phpinfo ();
// crafting the request
$req = new http\Client\Request ("POST",
- "http://" . $SERVER["SERVER_NAME"] . "/backend" . "/contract",
+ "http://" . $_SERVER["SERVER_NAME"] . "/backend" . "/contract",
//"http://localhost:9898/",
array ("Content-Type" => "application/json"));
$req->getBody()->append ($json);