From e644c029954cf6de4e9e9690da72b97a17ea1c85 Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Thu, 21 May 2015 03:20:42 -0400
Subject: [PATCH] Merge remote-tracking branch 'ispc/stable-3.0.5' into stable-3.0.5

---
 interface/web/dashboard/dashlets/limits.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/interface/web/dashboard/dashlets/limits.php b/interface/web/dashboard/dashlets/limits.php
index b361f6e..58ed1d8 100644
--- a/interface/web/dashboard/dashlets/limits.php
+++ b/interface/web/dashboard/dashlets/limits.php
@@ -105,7 +105,9 @@
 			'db_table' => 'client',
 			'db_where' => "");
 
-
+		$limits[] = array('field' => 'limit_domain',
+			'db_table' => 'domain',
+			'db_where' => "");
 
 
 		//* Loading Template

--
Gitblit v1.9.1