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
9c486ed6
Commit
9c486ed6
authored
9 years ago
by
Nigel Kukard
Browse files
Options
Downloads
Patches
Plain Diff
Various whitespace cleanups and code cleanups
parent
96d551ef
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
contrib/cozaeppdisableautorenew.php
+1
-1
1 addition, 1 deletion
contrib/cozaeppdisableautorenew.php
modules/widgets/cozaepp_balance.php
+8
-8
8 additions, 8 deletions
modules/widgets/cozaepp_balance.php
with
9 additions
and
9 deletions
contrib/cozaeppdisableautorenew.php
+
1
−
1
View file @
9c486ed6
...
...
@@ -111,7 +111,7 @@ foreach ($domains as $domain) {
if
(
$doc
->
getElementsByTagName
(
'autorenew'
)
&&
$doc
->
getElementsByTagName
(
'autorenew'
)
->
item
(
0
)
&&
strtolower
(
trim
(
$doc
->
getElementsByTagName
(
'autorenew'
)
->
item
(
0
)
->
nodeValue
))
!=
"false"
)
{
)
{
sleep
(
1
);
// Disable autorenew via update
...
...
This diff is collapsed.
Click to expand it.
modules/widgets/cozaepp_balance.php
+
8
−
8
View file @
9c486ed6
...
...
@@ -5,12 +5,12 @@
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
...
...
@@ -18,21 +18,21 @@
# Official Website:
# http://devlabs.linuxassist.net/projects/whmcs-coza-epp
# Lead developer:
# Lead developer:
# Nigel Kukard <nkukard@lbsd.net>
# ! ! P L E A S E N O T E ! !
# * If you make changes to this file, please consider contributing
# * If you make changes to this file, please consider contributing
# anything useful back to the community. Don't be a sour prick.
# * If you find this module useful please consider making a
# * If you find this module useful please consider making a
# donation to support modules like this.
# WHMCS hosting, theming, module development, payment gateway
# integration, customizations and consulting all available from
# WHMCS hosting, theming, module development, payment gateway
# integration, customizations and consulting all available from
# http://allworldit.com
...
...
@@ -60,7 +60,7 @@ function widget_cozaepp_balance($vars) {
$client
=
_cozaepp_Client
();
$output
=
$client
->
request
(
'
<epp:epp xmlns:epp="urn:ietf:params:xml:ns:epp-1.0" xmlns:contact="urn:ietf:params:xml:ns:contact-1.0"
<epp:epp xmlns:epp="urn:ietf:params:xml:ns:epp-1.0" xmlns:contact="urn:ietf:params:xml:ns:contact-1.0"
xmlns:cozacontact="http://co.za/epp/extensions/cozacontact-1-0">
<epp:command>
<epp:info>
...
...
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