Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
ef73dc16
Commit
ef73dc16
authored
Aug 19, 2016
by
Florian Schaal
Browse files
hide existing dns-zones from dropdown when adding a new domain -
#4124
parent
d3544f25
Changes
1
Show whitespace changes
Inline
Side-by-side
interface/web/dns/dns_wizard.php
View file @
ef73dc16
...
@@ -194,7 +194,7 @@ if ($domains_settings['use_domain_module'] == 'y') {
...
@@ -194,7 +194,7 @@ if ($domains_settings['use_domain_module'] == 'y') {
/*
/*
* The domain-module is in use.
* The domain-module is in use.
*/
*/
$domains
=
$app
->
tools_sites
->
getDomainModuleDomains
(
"dns_soa"
);
$domains
=
$app
->
tools_sites
->
getDomainModuleDomains
(
"dns_soa"
,
'domain'
);
$domain_select
=
''
;
$domain_select
=
''
;
if
(
is_array
(
$domains
)
&&
sizeof
(
$domains
)
>
0
)
{
if
(
is_array
(
$domains
)
&&
sizeof
(
$domains
)
>
0
)
{
/* We have domains in the list, so create the drop-down-list */
/* We have domains in the list, so create the drop-down-list */
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment