From eac88333c4335a25a501b3badd76e558fb68f708 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Thu, 24 Nov 2005 11:06:41 -0500
Subject: [PATCH] Mail alias
---
interface/web/sites/lib/module.conf.php | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/interface/web/sites/lib/module.conf.php b/interface/web/sites/lib/module.conf.php
index b307229..a36f049 100644
--- a/interface/web/sites/lib/module.conf.php
+++ b/interface/web/sites/lib/module.conf.php
@@ -36,25 +36,25 @@
array (
'title' => 'Email Mailbox',
'target' => 'content',
- 'link' => '',
+ 'link' => 'sites/mail_box_list.php',
),
4 =>
array (
'title' => 'Email Alias',
'target' => 'content',
- 'link' => '',
+ 'link' => 'sites/mail_alias_list.php',
),
5 =>
array (
'title' => 'Email Forward',
'target' => 'content',
- 'link' => '',
+ 'link' => 'sites/mail_forward_list.php',
),
6 =>
array (
'title' => 'Email Catchall',
'target' => 'content',
- 'link' => '',
+ 'link' => 'sites/mail_catchall_list.php',
),
),
),
@@ -68,13 +68,13 @@
array (
'title' => 'Email Whitelist',
'target' => 'content',
- 'link' => '',
+ 'link' => 'sites/mail_whitelist_list.php',
),
1 =>
array (
'title' => 'Email Blacklist',
'target' => 'content',
- 'link' => '',
+ 'link' => 'sites/mail_blacklist_list.php',
),
),
),
--
Gitblit v1.9.1