]> git.donarmstrong.com Git - roundcube.git/blobdiff - installer/utils.php
Imported Upstream version 0.5.2+dfsg
[roundcube.git] / installer / utils.php
index 1c101058fcc0608503dcbf21b98353820c05424c..4294f79899a9a60397d5d0801f7172c54a8c88e4 100644 (file)
@@ -1,10 +1,10 @@
 <?php
 /*
  +-------------------------------------------------------------------------+
- | RoundCube Webmail IMAP Client                                           |
+ | Roundcube Webmail IMAP Client                                           |
  | Version 0.3-20090702                                                    |
  |                                                                         |
- | Copyright (C) 2005-2009, RoundCube Dev. - Switzerland                   |
+ | Copyright (C) 2005-2009, Roundcube Dev. - Switzerland                   |
  |                                                                         |
  | This program is free software; you can redistribute it and/or modify    |
  | it under the terms of the GNU General Public License version 2          |
@@ -50,4 +50,3 @@ function raise_error($p)
   $rci = rcube_install::get_instance();
   $rci->raise_error($p);
 }
-