diff options
author | thomascube <thomas@roundcube.net> | 2008-02-26 18:08:19 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-02-26 18:08:19 +0000 |
commit | ad43e637bd51b5b288856fee9a69da851ba07779 (patch) | |
tree | 33d3bf75ff441051f0376fc839907d8472d8723d /installer/index.php | |
parent | 190e97e88624b4b42ad677c7446c0d5a0b7b17a6 (diff) |
Add SMTP test to installer script
Diffstat (limited to 'installer/index.php')
-rw-r--r-- | installer/index.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/installer/index.php b/installer/index.php index d62f6cb9d..aab406e98 100644 --- a/installer/index.php +++ b/installer/index.php @@ -64,7 +64,8 @@ else { </div> <div id="footer"> - Installer by the RoundCube Dev Team. Copyright © 2008 - Published under the GNU Public License + Installer by the RoundCube Dev Team. Copyright © 2008 - Published under the GNU Public License; + Icons by <a href="http://famfamfam.com">famfamfam</a> </div> </body> </html> |