Skip to content

Commit ac86f97

Browse files
authored
Restructuring
1 parent 5675423 commit ac86f97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tembo.php renamed to eppClient.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
use Pinga\Tembo\Exception\EppException;
1414
use Pinga\Tembo\Exception\EppNotConnectedException;
1515

16-
class Epp
16+
class eppClient
1717
{
1818
private $resource;
1919
private $isLoggedIn;
@@ -2599,7 +2599,7 @@ public function pollAck($params = array())
25992599

26002600
public function _response_log($content)
26012601
{
2602-
$handle = fopen(dirname(__FILE__) . '/response.log', 'a');
2602+
$handle = fopen(dirname(__FILE__) . '/epp_response.log', 'a');
26032603
ob_start();
26042604
echo "\n==================================\n";
26052605
ob_end_clean();
@@ -2609,7 +2609,7 @@ public function _response_log($content)
26092609

26102610
public function _request_log($content)
26112611
{
2612-
$handle = fopen(dirname(__FILE__) . '/request.log', 'a');
2612+
$handle = fopen(dirname(__FILE__) . '/epp_request.log', 'a');
26132613
ob_start();
26142614
echo "\n==================================\n";
26152615
ob_end_clean();

0 commit comments

Comments
 (0)