jmontoya
2010-08-04 e8a29cf134f7df1a1e7637083f6d7adf64949b7c
interface/web/dashboard/dashlets/limits.php
@@ -81,6 +81,10 @@
                    'db_table' => 'dns_soa',
                    'db_where' => "");
      $limits[] = array('field' => 'limit_dns_slave_zone',
                    'db_table' => 'dns_slave',
                    'db_where' => "");
      $limits[] = array('field' => 'limit_dns_record',
                    'db_table' => 'dns_rr',
                    'db_where' => "");
@@ -106,8 +110,9 @@
      $tpl = new tpl;
      $tpl->newTemplate("dashlets/templates/limits.htm");
      
      $wb = array();
      $lng_file = 'lib/lang/'.$_SESSION['s']['language'].'_dashlet_limits.lng';
      include($lng_file);
      if(is_file($lng_file)) include($lng_file);
      $tpl->setVar($wb);
      
      if($app->auth->is_admin()) {
@@ -165,4 +170,4 @@
?>
?>