From cf71a4677eff547c9cedeb1871fc109ae181b0c2 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Sat, 17 Mar 2007 16:30:41 -0400
Subject: [PATCH] Rebuild the complete interface to use ajax.
---
interface/web/mail/lib/module.conf.php | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/interface/web/mail/lib/module.conf.php b/interface/web/mail/lib/module.conf.php
index fb30706..8ae4758 100644
--- a/interface/web/mail/lib/module.conf.php
+++ b/interface/web/mail/lib/module.conf.php
@@ -1,10 +1,10 @@
-<?php
+<?php
$module = array (
'name' => 'mail',
'title' => 'Email',
'template' => 'module.tpl.htm',
'navframe_page' => '',
- 'startpage' => 'mail/index.php',
+ 'startpage' => 'mail/mail_domain_list.php',
'tab_width' => '',
'nav' =>
array (
@@ -119,5 +119,5 @@
),
),
),
-)
+)
?>
\ No newline at end of file
--
Gitblit v1.9.1