vogelor
2010-06-24 355eb47714c038f17db93e830dd2d8d4c620196b
dashboard: Changes the link to the newest version of ispconfig
1 files modified
2 ■■■ changed files
interface/web/dashboard/dashboard.php 2 ●●● patch | view | raw | blame | history
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>');
    }
}