From 355eb47714c038f17db93e830dd2d8d4c620196b Mon Sep 17 00:00:00 2001 From: vogelor <vogelor@ispconfig3> Date: Thu, 24 Jun 2010 06:46:44 -0400 Subject: [PATCH] dashboard: Changes the link to the newest version of ispconfig --- interface/web/dashboard/dashboard.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/dashboard/dashboard.php b/interface/web/dashboard/dashboard.php index f2d2f4d..c14e7b8 100644 --- a/interface/web/dashboard/dashboard.php +++ b/interface/web/dashboard/dashboard.php @@ -93,7 +93,7 @@ $new_version = @file_get_contents('http://www.ispconfig.org/downloads/ispconfig3_version.txt'); $new_version = trim($new_version); if($new_version != ISPC_APP_VERSION) { - $info[] = array('info_msg' => 'There is a new Version of ISPConfig 3 available! <a href="http://www.ispconfig.org">See more...</a>'); + $info[] = array('info_msg' => 'There is a new Version of ISPConfig 3 available! <a href="http://www.ispconfig.org/ispconfig-3/download">See more...</a>'); } } -- Gitblit v1.9.1