From 897af06af9522ded99b1e0f46730299e89856ffe Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Mon, 11 Jun 2012 05:00:57 -0400
Subject: [PATCH] Updated version number to 3.0.4.6

---
 install/tpl/system.ini.master |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

diff --git a/install/tpl/system.ini.master b/install/tpl/system.ini.master
index 9d6a016..27fd08b 100644
--- a/install/tpl/system.ini.master
+++ b/install/tpl/system.ini.master
@@ -7,7 +7,9 @@
 [dns]
 
 [mail]
+enable_custom_login=n
 mailboxlist_webmail_link=y
+webmail_url=/webmail
 
 [monitor]
 
@@ -16,6 +18,19 @@
 dbuser_prefix=c[CLIENTID]
 ftpuser_prefix=[CLIENTNAME]
 shelluser_prefix=[CLIENTNAME]
+webdavuser_prefix=[CLIENTNAME]
 dblist_phpmyadmin_link=y
+phpmyadmin_url=/phpmyadmin
+webftp_url=
 
-[tools]
\ No newline at end of file
+[tools]
+
+[domains]
+use_domain_module=n
+new_domain_html=Please contact our support to create a new domain for you.
+
+[misc]
+dashboard_atom_url_admin=http://www.ispconfig.org/atom
+dashboard_atom_url_reseller=http://www.ispconfig.org/atom
+dashboard_atom_url_client=http://www.ispconfig.org/atom
+monitor_key=

--
Gitblit v1.9.1