summaryrefslogtreecommitdiff
path: root/roundcubemail/installer/index.php
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-04-04 14:59:16 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-04-04 14:59:16 +0000
commit1476db5e5ba1212216fa56ef21df9a3a8c25724c (patch)
tree9b850bb6ae9e61a62f6ac04635e3562e94a194d6 /roundcubemail/installer/index.php
parent64149c3612d47b9d8c799cb2b336639aa1be5651 (diff)
- replace claim in Roundcube logo
- require support_url config option in installer git-svn-id: https://svn.roundcube.net/trunk@6036 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/installer/index.php')
-rw-r--r--roundcubemail/installer/index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/roundcubemail/installer/index.php b/roundcubemail/installer/index.php
index 6653ac159..65e84a3b4 100644
--- a/roundcubemail/installer/index.php
+++ b/roundcubemail/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>