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
Jorge Muñoz
ISPConfig 3
Commits
456db475
Commit
456db475
authored
Sep 07, 2021
by
Marius Burkard
Browse files
Fixed syntax
parent
c7ee6183
Changes
2
Hide whitespace changes
Inline
Side-by-side
interface/web/client/form/client.tform.php
View file @
456db475
...
...
@@ -943,6 +943,8 @@ $form["tabs"]['limits'] = array (
'formtype'
=>
'CHECKBOX'
,
'default'
=>
'y'
,
'valuelimit'
=>
'client:limit_mail_backup'
,
'value'
=>
array
(
0
=>
'n'
,
1
=>
'y'
)
),
'limit_relayhost'
=>
array
(
'datatype'
=>
'VARCHAR'
,
'formtype'
=>
'CHECKBOX'
,
...
...
interface/web/client/form/reseller.tform.php
View file @
456db475
...
...
@@ -940,7 +940,8 @@ $form["tabs"]['limits'] = array (
'datatype'
=>
'VARCHAR'
,
'formtype'
=>
'CHECKBOX'
,
'default'
=>
'y'
,
'valuelimit'
=>
'client:limit_mail_backup'
,
'value'
=>
array
(
0
=>
'n'
,
1
=>
'y'
)
),
'limit_relayhost'
=>
array
(
'datatype'
=>
'VARCHAR'
,
'formtype'
=>
'CHECKBOX'
,
...
...
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