mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-15 20:49:41 +01:00
fixes
This commit is contained in:
2
do.php
2
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");
|
||||
}
|
||||
|
||||
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user