Skip to content

Commit

Permalink
setting 12 months is corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
metaregistrar committed Feb 21, 2025
1 parent 03e043a commit 9706881
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion functions/epp.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public function __construct($username, $password) {
} else {
echo "ERROR connecting to SIDN\n";
unset($this->connection);
return false;
}
} catch (eppException $e) {
echo "ERROR connecting to SIDN: ".$e->getMessage()."\n";
Expand Down

0 comments on commit 9706881

Please sign in to comment.