Aleksander Machniak
2012-11-16 98128f13fcdc8dca6ebefcdc93dc94b00322abb5
installer/utils.php
@@ -1,4 +1,5 @@
<?php
/*
 +-------------------------------------------------------------------------+
 | Roundcube Webmail installer utilities                                   |
@@ -12,9 +13,6 @@
 +-------------------------------------------------------------------------+
 | Author: Thomas Bruederli <roundcube@gmail.com>                          |
 +-------------------------------------------------------------------------+
 $Id: index.php 2696 2009-07-02 06:38:26Z thomasb $
*/
/**
@@ -25,7 +23,6 @@
{
    $filename = preg_replace(
        array(
            '/MDB2_(.+)/',
            '/Mail_(.+)/',
            '/Net_(.+)/',
            '/Auth_(.+)/',
@@ -33,7 +30,6 @@
            '/^utf8$/'
        ),
        array(
            'MDB2/\\1',
            'Mail/\\1',
            'Net/\\1',
            'Auth/\\1',