| | |
| | |
|
| | | $limits[] = array('field' => 'limit_web_aliasdomain',
|
| | | 'db_table' => 'web_domain',
|
| | | 'db_where' => "type = 'aliasdomain'");
|
| | | 'db_where' => "type = 'alias'");
|
| | |
|
| | | $limits[] = array('field' => 'limit_ftp_user',
|
| | | 'db_table' => 'ftp_user',
|
| | |
| | |
|
| | | $limits[] = array('field' => 'limit_dns_zone',
|
| | | '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',
|
| | |
| | | $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()) {
|
| | |
| | |
|
| | |
|
| | |
|
| | | ?> |
| | | ?>
|