From c04b23adfd3945fe2f177cc4b86f4cbcc325bd96 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Wed, 04 Apr 2012 10:59:16 -0400 Subject: [PATCH] - replace claim in Roundcube logo - require support_url config option in installer --- installer/index.php | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/installer/index.php b/installer/index.php index 6653ac1..65e84a3 100644 --- a/installer/index.php +++ b/installer/index.php @@ -108,7 +108,7 @@ <div id="banner"> <div class="banner-bg"></div> - <div class="banner-logo"><a href="http://roundcube.net"><img src="images/rcube_logo.gif" width="210" height="55" border="0" alt="Roundcube - Open source webmail project" /></a></div> + <div class="banner-logo"><a href="http://roundcube.net"><img src="images/roundcube_logo.png" width="210" height="55" border="0" alt="Roundcube - open source webmail software" /></a></div> </div> <div id="topnav"> @@ -144,7 +144,7 @@ </ol> <?php -$include_steps = array('./welcome.html', './check.php', './config.php', './test.php'); +$include_steps = array('', './check.php', './config.php', './test.php'); if ($include_steps[$RCI->step]) { include $include_steps[$RCI->step]; @@ -158,7 +158,7 @@ </div> <div id="footer"> - Installer by the Roundcube Dev Team. Copyright © 2008-2011 - Published under the GNU Public License; + Installer by the Roundcube Dev Team. Copyright © 2008-2012 – Published under the GNU Public License; Icons by <a href="http://famfamfam.com">famfamfam</a> </div> </body> -- Gitblit v1.9.1