Skip to content

Commit 7e509f5

Browse files
committed
add a comment about limit_client = 1
1 parent d350982 commit 7e509f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/client/client_edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function onSubmit() {
9898
$this->dataRecord['limit_client'] = 0;
9999
} else {
100100
if($this->dataRecord["reseller"]) {
101-
$this->dataRecord["limit_client"] = 1;
101+
$this->dataRecord["limit_client"] = 1; // allow 1 client, template limits will be applied later, if we set -1 it would override template limits
102102
}
103103
}
104104

0 commit comments

Comments
 (0)