From 7e509f5a50414ab50e67c0b58fb37697f92615d1 Mon Sep 17 00:00:00 2001
From: Sergio Cambra <sergio@programatica.es>
Date: Thu, 14 Aug 2014 04:36:00 -0400
Subject: [PATCH] add a comment about limit_client = 1
---
interface/web/client/client_edit.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/interface/web/client/client_edit.php b/interface/web/client/client_edit.php
index 326587b..5c47fe5 100644
--- a/interface/web/client/client_edit.php
+++ b/interface/web/client/client_edit.php
@@ -98,7 +98,7 @@
$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
}
}
--
Gitblit v1.9.1