Skip to content

Commit 57f47f1

Browse files
authored
Update eppSync.php
1 parent ac86f97 commit 57f47f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eppSync.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
2-
require_once "Tembo.php";
2+
require_once "eppClient.php";
33

4-
use Pinga\Tembo\Epp;
4+
use Pinga\Tembo\eppClient;
55
$config = include "config.php";
66
$c = $config["db"];
77

@@ -52,7 +52,7 @@ function connectEpp(string $registry, $config)
5252
{
5353
try
5454
{
55-
$epp = new Epp();
55+
$epp = new eppClient();
5656
$info = [
5757
"host" => $config["host"],
5858
"port" => $config["port"], "timeout" => 30, "tls" => "1.3", "bind" => false, "bindip" => "1.2.3.4:0", "verify_peer" => false, "verify_peer_name" => false,

0 commit comments

Comments
 (0)