Aleksander Machniak
2013-12-02 3b338f1e4f76c48c13eaa1166342168f06d5ab80
Fix unreliable mimetype tests in Installer (#1489453)
1 files modified
5 ■■■■■ changed files
installer/rcube_install.php 5 ●●●●● patch | view | raw | blame | history
installer/rcube_install.php
@@ -467,7 +467,8 @@
    $files = array(
      'installer/images/roundcube_logo.png' => 'image/png',
      'program/resources/blank.tif' => 'image/tiff',
      'skins/larry/templates/login.html' => 'text/html',
      'skins/larry/images/buttons.gif' => 'image/gif',
      'skins/larry/README' => 'text/plain',
    );
    $errors = array();
@@ -490,7 +491,7 @@
      'application/zip'   => 'zip',
      'application/x-tar' => 'tar',
      'application/java-archive' => 'jar',
      'image/bmp'     => 'bmp',
      'image/gif'     => 'gif',
      'image/svg+xml' => 'svg',
    );