File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313use Pinga \Tembo \Exception \EppException ;
1414use 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 ();
You can’t perform that action at this time.
0 commit comments