Skip to content
Snippets Groups Projects
Commit 355eb477 authored by vogelor's avatar vogelor
Browse files

dashboard: Changes the link to the newest version of ispconfig

parent 0da7c51f
No related branches found
No related tags found
No related merge requests found
...@@ -93,7 +93,7 @@ if($_SESSION["s"]["user"]["typ"] == 'admin') { ...@@ -93,7 +93,7 @@ if($_SESSION["s"]["user"]["typ"] == 'admin') {
$new_version = @file_get_contents('http://www.ispconfig.org/downloads/ispconfig3_version.txt'); $new_version = @file_get_contents('http://www.ispconfig.org/downloads/ispconfig3_version.txt');
$new_version = trim($new_version); $new_version = trim($new_version);
if($new_version != ISPC_APP_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>');
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment