From a19ff20768c8ba06f29c35a700b15863f708d887 Mon Sep 17 00:00:00 2001 From: Prasath Mani Date: Tue, 23 Feb 2021 11:47:57 +0530 Subject: [PATCH] Update vendor CDN versions --- config.php | 2 +- tinyfilemanager.php | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/config.php b/config.php index ab250c3..980dced 100644 --- a/config.php +++ b/config.php @@ -101,7 +101,7 @@ $sticky_navbar = true; // max upload file size -$max_upload_size_bytes = 2048; +$max_upload_size_bytes = 5000; // Possible rules are 'OFF', 'AND' or 'OR' // OFF => Don't check connection IP, defaults to OFF diff --git a/tinyfilemanager.php b/tinyfilemanager.php index f0d2fdb..e648d4b 100644 --- a/tinyfilemanager.php +++ b/tinyfilemanager.php @@ -3,13 +3,13 @@ $CONFIG = '{"lang":"en","error_reporting":false,"show_hidden":false,"hide_Cols":false,"calc_folder":false}'; /** - * H3K | Tiny File Manager V2.4.3 + * H3K | Tiny File Manager V2.4.4 * CCP Programmers | ccpprogrammers@gmail.com * https://tinyfilemanager.github.io */ //TFM version -define('VERSION', '2.4.3'); +define('VERSION', '2.4.4'); //Application Title define('APP_TITLE', 'Tiny File Manager'); @@ -107,7 +107,7 @@ $sticky_navbar = true; // Maximum file upload size // Increase the following values in php.ini to work properly // memory_limit, upload_max_filesize, post_max_size -$max_upload_size_bytes = 2048; +$max_upload_size_bytes = 5000; // Possible rules are 'OFF', 'AND' or 'OR' // OFF => Don't check connection IP, defaults to OFF @@ -2992,7 +2992,7 @@ function fm_download_file($fileLocation, $fileName, $chunkSize = 1024) print(@fread($fp, 1024*$chunkSize)); flush(); ob_flush(); - sleep(1); + // sleep(1); } fclose($fp); @@ -3404,7 +3404,7 @@ global $lang, $root_url, $favicon_path; <?php echo fm_enc(APP_TITLE) ?> - +