From d6623d6ef2c11ef214e9fcc3363a88f2fe093bb0 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Thu, 12 Feb 2009 11:43:55 -0500
Subject: [PATCH] Fixed: FS#512 - DNS RR list: page_txt x page_of_txt y 

---
 install/tpl/config.inc.php.master |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/install/tpl/config.inc.php.master b/install/tpl/config.inc.php.master
index 21f2be1..e250863 100644
--- a/install/tpl/config.inc.php.master
+++ b/install/tpl/config.inc.php.master
@@ -108,7 +108,7 @@
 //** Server
 $conf['app_title'] = ISPC_APP_TITLE;
 $conf['app_version'] = ISPC_APP_VERSION;
-$conf['app_link'] = 'http://www.howtoforge.com/forums/showthread.php?t=26988';
+$conf['app_link'] = 'http://www.ispconfig.org/';
 $conf['modules_available'] = 'admin,mail,sites,monitor,client,dns,help';
 $conf["server_id"] = "{server_id}";
 

--
Gitblit v1.9.1