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
62c0e92c
Commit
62c0e92c
authored
Apr 09, 2014
by
Dominik
Browse files
changed default values (now all)
parent
ea82a030
Changes
3
Hide whitespace changes
Inline
Side-by-side
interface/web/client/form/client.tform.php
View file @
62c0e92c
...
...
@@ -963,7 +963,7 @@ $form["tabs"]['limits'] = array (
'limit_backup'
=>
array
(
'datatype'
=>
'VARCHAR'
,
'formtype'
=>
'CHECKBOX'
,
'default'
=>
'
n
'
,
'default'
=>
'
y
'
,
'value'
=>
array
(
0
=>
'n'
,
1
=>
'y'
)
),
'default_dnsserver'
=>
array
(
...
...
interface/web/client/form/client_template.tform.php
View file @
62c0e92c
...
...
@@ -488,7 +488,7 @@ $form["tabs"]['limits'] = array (
'limit_backup'
=>
array
(
'datatype'
=>
'VARCHAR'
,
'formtype'
=>
'CHECKBOX'
,
'default'
=>
'
n
'
,
'default'
=>
'
y
'
,
'value'
=>
array
(
0
=>
'n'
,
1
=>
'y'
)
),
'limit_dns_zone'
=>
array
(
...
...
interface/web/client/form/reseller.tform.php
View file @
62c0e92c
...
...
@@ -957,7 +957,7 @@ $form["tabs"]['limits'] = array (
'limit_backup'
=>
array
(
'datatype'
=>
'VARCHAR'
,
'formtype'
=>
'CHECKBOX'
,
'default'
=>
'
n
'
,
'default'
=>
'
y
'
,
'value'
=>
array
(
0
=>
'n'
,
1
=>
'y'
)
),
'default_dnsserver'
=>
array
(
...
...
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