Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
whmcs-coza-epp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
awit-whmcs
whmcs-coza-epp
Commits
caf7c990
Commit
caf7c990
authored
4 months ago
by
Nigel Kukard
Browse files
Options
Downloads
Plain Diff
Merge branch 'nkupdates' into 'master'
Nkupdates See merge request
!32
parents
fac1f6de
1791b5eb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!32
Nkupdates
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules/registrars/cozaepp/Net/EPP/Client.php
+1
-1
1 addition, 1 deletion
modules/registrars/cozaepp/Net/EPP/Client.php
modules/registrars/cozaepp/cozaepp.php
+459
-173
459 additions, 173 deletions
modules/registrars/cozaepp/cozaepp.php
with
460 additions
and
174 deletions
modules/registrars/cozaepp/Net/EPP/Client.php
+
1
−
1
View file @
caf7c990
...
...
@@ -55,7 +55,7 @@
* @return a string containing the server <greeting>
*/
function
connect
(
$host
,
$port
=
700
,
$timeout
=
1
,
$ssl
=
true
,
$context
=
NULL
)
{
$target
=
sprintf
(
'%s://%s:%d'
,
(
$ssl
===
true
?
'
tls
'
:
'tcp'
),
$host
,
$port
);
$target
=
sprintf
(
'%s://%s:%d'
,
(
$ssl
===
true
?
'
ssl
'
:
'tcp'
),
$host
,
$port
);
if
(
is_resource
(
$context
))
{
$result
=
stream_socket_client
(
$target
,
$errno
,
$errstr
,
$timeout
,
STREAM_CLIENT_CONNECT
,
$context
);
...
...
This diff is collapsed.
Click to expand it.
modules/registrars/cozaepp/cozaepp.php
+
459
−
173
View file @
caf7c990
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment