Skip to content

Commit e663631

Browse files
author
redray
committed
fixed link in main.tpl.htm
1 parent 00dfbaf commit e663631

File tree

3 files changed

+257
-258
lines changed

3 files changed

+257
-258
lines changed

install/tpl/config.inc.php.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ if( !empty($_SERVER['DOCUMENT_ROOT']) ) {
4141
//** Application
4242
define('ISPC_APP_TITLE', 'ISPConfig');
4343
define('ISPC_APP_VERSION', '3.0.8 beta');
44-
define('ISPC_APP_LINK', 'http://www.howtoforge.com/forums/showthread.php?t=26988');
4544

4645

4746
//** Database
@@ -84,6 +83,7 @@ define("CLASSES_ROOT",INCLUDE_ROOT.FS_DIV."classes");
8483
//** Server
8584
$conf['app_title'] = ISPC_APP_TITLE;
8685
$conf['app_version'] = ISPC_APP_VERSION;
86+
$conf['app_link'] = 'http://www.howtoforge.com/forums/showthread.php?t=26988';
8787
$conf['modules_available'] = 'admin,mail,sites,monitor,client,dns,help';
8888
$conf["server_id"] = "{server_id}";
8989

0 commit comments

Comments
 (0)