Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
537caeb2
Commit
537caeb2
authored
Feb 14, 2023
by
Petar
Browse files
BUG doman>domain web_childdomain.tform.php
parent
7d30386f
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/sites/form/web_childdomain.tform.php
View file @
537caeb2
...
...
@@ -168,7 +168,7 @@ if($childdomain_type == 'aliasdomain') {
'datatype'
=>
'VARCHAR'
,
'formtype'
=>
'SELECT'
,
'default'
=>
''
,
'value'
=>
array
(
''
=>
'no_redirect_txt'
,
'non_www_to_www'
=>
'domain.tld => www.domain.tld'
,
'www_to_non_www'
=>
'www.domain.tld => domain.tld'
,
'*_domain_tld_to_domain_tld'
=>
'*.doman.tld => domain.tld'
,
'*_domain_tld_to_www_domain_tld'
=>
'*.domain.tld => www.domain.tld'
,
'*_to_domain_tld'
=>
'* => domain.tld'
,
'*_to_www_domain_tld'
=>
'* => www.domain.tld'
)
'value'
=>
array
(
''
=>
'no_redirect_txt'
,
'non_www_to_www'
=>
'domain.tld => www.domain.tld'
,
'www_to_non_www'
=>
'www.domain.tld => domain.tld'
,
'*_domain_tld_to_domain_tld'
=>
'*.doma
i
n.tld => domain.tld'
,
'*_domain_tld_to_www_domain_tld'
=>
'*.domain.tld => www.domain.tld'
,
'*_to_domain_tld'
=>
'* => domain.tld'
,
'*_to_www_domain_tld'
=>
'* => www.domain.tld'
)
);
}
...
...
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