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 |   21 ++++++++++++++++++---
 1 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/install/tpl/system.ini.master b/install/tpl/system.ini.master
index 82c0abd..27fd08b 100644
--- a/install/tpl/system.ini.master
+++ b/install/tpl/system.ini.master
@@ -7,15 +7,30 @@
 [dns]
 
 [mail]
+enable_custom_login=n
 mailboxlist_webmail_link=y
+webmail_url=/webmail
 
 [monitor]
 
 [sites]
-dbname_prefix=[CLIENTNAME]
-dbuser_prefix=[CLIENTNAME]
+dbname_prefix=c[CLIENTID]
+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