Skip to content

Commit 355eb47

Browse files
author
vogelor
committed
dashboard: Changes the link to the newest version of ispconfig
1 parent 0da7c51 commit 355eb47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/dashboard/dashboard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
$new_version = @file_get_contents('http://www.ispconfig.org/downloads/ispconfig3_version.txt');
9494
$new_version = trim($new_version);
9595
if($new_version != ISPC_APP_VERSION) {
96-
$info[] = array('info_msg' => 'There is a new Version of ISPConfig 3 available! <a href="http://www.ispconfig.org">See more...</a>');
96+
$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>');
9797
}
9898
}
9999

0 commit comments

Comments
 (0)