This commit is contained in:
Abdulrahman
2019-06-02 20:19:01 +03:00
parent b3204ee57e
commit cd43cd9ed1
2 changed files with 2 additions and 2 deletions

2
do.php
View File

@@ -499,7 +499,7 @@ elseif (ig('down') || ig('downf') ||
header('Content-Description: File Transfer');
//dirty fix
if (! is_browser('chrome') && $ext != 'apk')
if ($ext != 'apk')
{
header("Content-Type: $mime_type");
}

View File

@@ -16,7 +16,7 @@ if (! defined('IN_COMMON'))
define('KLEEJA_VERSION', '3.1.0');
define('KLEEJA_VERSION', '3.1.1');
define('KLEEJA_DB_VERSION', '9');