diff --git a/interface/web/dashboard/dashboard.php b/interface/web/dashboard/dashboard.php index 5426ba9572cfb085de0891635b2243fc8218e86d..005c364aa5cd644dd04ca87482f54c1b7e846e80 100644 --- a/interface/web/dashboard/dashboard.php +++ b/interface/web/dashboard/dashboard.php @@ -149,7 +149,7 @@ if($_SESSION["s"]["user"]["typ"] == 'admin') { $info[] = array('info_msg' => '<p>There is a new Version of ISPConfig 3 available!</p>' . '<p>This Version: <b>' . $v1 . '</b></p>' . '<p>New Version : <b>' . $v2 . '</b></p>' . - '<p><a href="http://www.ispconfig.org/ispconfig-3/download" target="ISPC">See more...</a></p>'); + '<p><a href="https://www.ispconfig.org/ispconfig-3/download" target="ISPC">See more...</a></p>'); } }