Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
abdumu committed Jun 2, 2019
1 parent b3204ee commit cd43cd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion do.php
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@
header('Content-Description: File Transfer');

//dirty fix
if (! is_browser('chrome') && $ext != 'apk')
if ($ext != 'apk')
{
header("Content-Type: $mime_type");
}
Expand Down
2 changes: 1 addition & 1 deletion includes/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@



define('KLEEJA_VERSION', '3.1.0');
define('KLEEJA_VERSION', '3.1.1');

define('KLEEJA_DB_VERSION', '9');

Expand Down

0 comments on commit cd43cd9

Please sign in to comment.