summaryrefslogtreecommitdiff
path: root/installer/index.php
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2012-04-04 14:59:16 +0000
committerthomascube <thomas@roundcube.net>2012-04-04 14:59:16 +0000
commitc04b23adfd3945fe2f177cc4b86f4cbcc325bd96 (patch)
tree9910df7054ee661ce2667cdf3b1dbbb4e9508c0b /installer/index.php
parentc2ba7aba288e9fb8c0466b61b0fba13ed29f0c3b (diff)
- replace claim in Roundcube logo
- require support_url config option in installer
Diffstat (limited to 'installer/index.php')
-rw-r--r--installer/index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/installer/index.php b/installer/index.php
index 6653ac159..65e84a3b4 100644
--- a/installer/index.php
+++ b/installer/index.php
@@ -108,7 +108,7 @@ if ($RCI->configured && empty($_REQUEST['_step'])) {
<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 @@ if ($RCI->configured && empty($_REQUEST['_step'])) {
</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 @@ else {
</div>
<div id="footer">
- Installer by the Roundcube Dev Team. Copyright &copy; 2008-2011 - Published under the GNU Public License;&nbsp;
+ Installer by the Roundcube Dev Team. Copyright &copy; 2008-2012 – Published under the GNU Public License;&nbsp;
Icons by <a href="http://famfamfam.com">famfamfam</a>
</div>
</body>