diff --git a/Protocols/EPP/eppConnection.php b/Protocols/EPP/eppConnection.php index 53c81ca5..2533684d 100755 --- a/Protocols/EPP/eppConnection.php +++ b/Protocols/EPP/eppConnection.php @@ -1110,12 +1110,16 @@ protected function writeLog($text,$action) { $text = $this->hideTextBetween($text,'',''); // Hide password in the logging $text = $this->hideTextBetween($text,'',''); - // Hide password in the logging $text = $this->hideTextBetween($text,''); // Hide new password in the logging $text = $this->hideTextBetween($text,'',''); - // Hide new password in the logging $text = $this->hideTextBetween($text,''); + // Hide domain password in the logging + $text = $this->hideTextBetween($text,'',''); + $text = $this->hideTextBetween($text,''); + // Hide contact password in the logging + $text = $this->hideTextBetween($text,'',''); + $text = $this->hideTextBetween($text,''); //echo "-----".date("Y-m-d H:i:s")."-----".$text."-----end-----\n"; $log = "-----" . $action . "-----" . date("Y-m-d H:i:s") . "-----\n" . $text . "\n-----END-----" . date("Y-m-d H:i:s") . "-----\n"; $this->logentries[] = $log;