From 32b40db8d2e799588bb78e8c07cb70105e4e5d8e Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 28 May 2007 17:07:54 -0400 Subject: [PATCH] Added getmail module. --- interface/web/mail/lib/module.conf.php | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/interface/web/mail/lib/module.conf.php b/interface/web/mail/lib/module.conf.php index 8ae4758..a7c7e1c 100644 --- a/interface/web/mail/lib/module.conf.php +++ b/interface/web/mail/lib/module.conf.php @@ -1,4 +1,4 @@ -<?php +<?php $module = array ( 'name' => 'mail', 'title' => 'Email', @@ -112,12 +112,12 @@ array ( 0 => array ( - 'title' => 'Fetchmail Accounts', + 'title' => 'Fetchmail', 'target' => 'content', - 'link' => 'mail/fetchmail_list.php', + 'link' => 'mail/mail_get_list.php', ), ), ), ), -) +) ?> \ No newline at end of file -- Gitblit v1.9.1