From e326996e0eebd7783c9eba4a5ec0b41ed6a69d72 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Tue, 05 Jun 2007 17:45:02 -0400 Subject: [PATCH] Added autoresponder function and custom maildrop rules. --- interface/web/dns/lib/module.conf.php | 48 ++++++++++++++++++++++++------------------------ 1 files changed, 24 insertions(+), 24 deletions(-) diff --git a/interface/web/dns/lib/module.conf.php b/interface/web/dns/lib/module.conf.php index 05ebee8..ea7d08d 100644 --- a/interface/web/dns/lib/module.conf.php +++ b/interface/web/dns/lib/module.conf.php @@ -1,27 +1,27 @@ <?php -$module = array ( - 'name' => 'dns', - 'title' => 'DNS', - 'template' => 'module.tpl.htm', - 'navframe_page' => '', - 'startpage' => 'dns/soa_list.php', - 'tab_width' => '', - 'nav' => - array ( - 0 => - array ( - 'title' => 'Zones', - 'open' => 1, - 'items' => - array ( - 0 => - array ( - 'title' => 'SOA', - 'target' => 'content', - 'link' => 'dns/soa_list.php', - ), - ), - ), - ), +$module = array ( + 'name' => 'dns', + 'title' => 'DNS', + 'template' => 'module.tpl.htm', + 'navframe_page' => '', + 'startpage' => 'dns/soa_list.php', + 'tab_width' => '', + 'nav' => + array ( + 0 => + array ( + 'title' => 'Zones', + 'open' => 1, + 'items' => + array ( + 0 => + array ( + 'title' => 'SOA', + 'target' => 'content', + 'link' => 'dns/soa_list.php', + ), + ), + ), + ), ) ?> \ No newline at end of file -- Gitblit v1.9.1