mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-16 04:59:42 +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');
|
header('Content-Description: File Transfer');
|
||||||
|
|
||||||
//dirty fix
|
//dirty fix
|
||||||
if (! is_browser('chrome') && $ext != 'apk')
|
if ($ext != 'apk')
|
||||||
{
|
{
|
||||||
header("Content-Type: $mime_type");
|
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');
|
define('KLEEJA_DB_VERSION', '9');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user