ftimme
2012-05-19 f6bcfea1fc1969eba06864f0c15aa5caabaa1314
interface/web/dashboard/dashboard.php
@@ -111,7 +111,7 @@
   if($new_fullversion > $this_fullversion) {
      $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 : ' . $v2 .  '</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>');
   }
}