Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lolo888
ISPConfig 3
Commits
8fb58fa0
Commit
8fb58fa0
authored
Jul 21, 2009
by
tbrehm
Browse files
Fixed: FS#819 - DNS zones limit doesn't apply to DNS Wizard
parent
67c4b392
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/dns/dns_wizard.php
View file @
8fb58fa0
...
...
@@ -137,6 +137,11 @@ if($_POST['create'] == 1) {
if
(
isset
(
$_POST
[
'ns2'
])
&&
$_POST
[
'ns2'
]
==
''
)
$error
.
=
$app
->
lng
(
'error_ns2_empty'
)
.
'<br />'
;
if
(
isset
(
$_POST
[
'email'
])
&&
$_POST
[
'email'
]
==
''
)
$error
.
=
$app
->
lng
(
'error_email_empty'
)
.
'<br />'
;
$tform_def_file
=
"form/dns_soa.tform.php"
;
$app
->
uses
(
'tform'
);
$app
->
tform
->
loadFormDef
(
$tform_def_file
);
if
(
!
$app
->
tform
->
checkClientLimit
(
'limit_dns_zone'
))
{
$error
.
=
$app
->
tform
->
wordbook
[
"limit_dns_zone_txt"
];
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment