From cd43cd9ed18a55b1d947b2a62fc2808da39dcd87 Mon Sep 17 00:00:00 2001 From: Abdulrahman Date: Sun, 2 Jun 2019 20:19:01 +0300 Subject: [PATCH] fixes --- do.php | 2 +- includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/do.php b/do.php index f4711b4..0d7ec91 100755 --- a/do.php +++ b/do.php @@ -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"); } diff --git a/includes/version.php b/includes/version.php index a8f7df8..4f57584 100755 --- a/includes/version.php +++ b/includes/version.php @@ -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');