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
Zvonimir
ISPConfig 3
Commits
7e509f5a
Commit
7e509f5a
authored
Aug 14, 2014
by
Sergio
Browse files
add a comment about limit_client = 1
parent
d350982b
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/client/client_edit.php
View file @
7e509f5a
...
...
@@ -98,7 +98,7 @@ class page_action extends tform_actions {
$this
->
dataRecord
[
'limit_client'
]
=
0
;
}
else
{
if
(
$this
->
dataRecord
[
"reseller"
])
{
$this
->
dataRecord
[
"limit_client"
]
=
1
;
$this
->
dataRecord
[
"limit_client"
]
=
1
;
// allow 1 client, template limits will be applied later, if we set -1 it would override template limits
}
}
...
...
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